svn commit: samba r2074 - in branches/SAMBA_4_0/source/utils/net: .

tridge at samba.org tridge at samba.org
Wed Aug 25 23:10:31 GMT 2004


Author: tridge
Date: 2004-08-25 23:10:30 +0000 (Wed, 25 Aug 2004)
New Revision: 2074

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/utils/net&rev=2074&nolog=1

Log:
fixed a typo

Modified:
   branches/SAMBA_4_0/source/utils/net/net_time.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/net/net_time.c
===================================================================
--- branches/SAMBA_4_0/source/utils/net/net_time.c	2004-08-25 21:26:37 UTC (rev 2073)
+++ branches/SAMBA_4_0/source/utils/net/net_time.c	2004-08-25 23:10:30 UTC (rev 2074)
@@ -57,7 +57,7 @@
 	/* get the time */
 	status = libnet_RemoteTOD(libnetctx, ctx->mem_ctx, &r);
 	if (!NT_STATUS_IS_OK(status)) {
-		DEBUG(0,("net_password_change: %s\n",r.generic.out.error_string));
+		DEBUG(0,("net_time: %s\n",r.generic.out.error_string));
 		return -1;
 	}
 



More information about the samba-cvs mailing list