summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-05-18 22:13:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:08 -0500
commitae4a2a2b9de61696093e75348e87e33acbe40d29 (patch)
treef90f8090b5486134222c18c520c64a1e5e366d20 /source3
parent463e7c11711e0c511d81c892e4be621ea3bfe8b1 (diff)
downloadsamba-ae4a2a2b9de61696093e75348e87e33acbe40d29.tar.gz
samba-ae4a2a2b9de61696093e75348e87e33acbe40d29.tar.bz2
samba-ae4a2a2b9de61696093e75348e87e33acbe40d29.zip
r15703: Fix d_printf call.
Guenther (This used to be commit 741602e03ad2404d4e38e55b9e5fd20b85fd205d)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index 10831c878b..e701803d17 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -794,7 +794,7 @@ static int net_ads_leave(int argc, const char **argv)
}
if ( !NT_STATUS_IS_OK(netdom_leave_domain( ctx, cli, dom_sid )) ) {
- d_printf(stderr, "Failed to disable machine account for '%s' in realm '%s'\n",
+ d_fprintf(stderr, "Failed to disable machine account for '%s' in realm '%s'\n",
global_myname(), ads->config.realm);
goto done;
}