svn commit: samba r15703 - branches/SAMBA_3_0/source/utils trunk/source/utils

gd at samba.org gd at samba.org
Thu May 18 22:13:04 GMT 2006


Author: gd
Date: 2006-05-18 22:13:03 +0000 (Thu, 18 May 2006)
New Revision: 15703

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15703

Log:
Fix d_printf call.

Guenther

Modified:
   branches/SAMBA_3_0/source/utils/net_ads.c
   trunk/source/utils/net_ads.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_ads.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_ads.c	2006-05-18 21:28:54 UTC (rev 15702)
+++ branches/SAMBA_3_0/source/utils/net_ads.c	2006-05-18 22:13:03 UTC (rev 15703)
@@ -794,7 +794,7 @@
 	}
 
 	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;
 	}

Modified: trunk/source/utils/net_ads.c
===================================================================
--- trunk/source/utils/net_ads.c	2006-05-18 21:28:54 UTC (rev 15702)
+++ trunk/source/utils/net_ads.c	2006-05-18 22:13:03 UTC (rev 15703)
@@ -794,7 +794,7 @@
 	}
 
 	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;
 	}



More information about the samba-cvs mailing list