svn commit: samba r18610 - in branches/SAMBA_4_0/source/libnet: .

gd at samba.org gd at samba.org
Mon Sep 18 09:58:53 GMT 2006


Author: gd
Date: 2006-09-18 09:58:53 +0000 (Mon, 18 Sep 2006)
New Revision: 18610

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

Log:
Fix typo.

Guenther

Modified:
   branches/SAMBA_4_0/source/libnet/libnet_time.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_time.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_time.c	2006-09-18 09:54:44 UTC (rev 18609)
+++ branches/SAMBA_4_0/source/libnet/libnet_time.c	2006-09-18 09:58:53 UTC (rev 18610)
@@ -54,7 +54,7 @@
 	status = dcerpc_srvsvc_NetRemoteTOD(c.out.dcerpc_pipe, mem_ctx, &tod);
 	if (!NT_STATUS_IS_OK(status)) {
 		r->srvsvc.out.error_string = talloc_asprintf(mem_ctx,
-						"srvsvc_NetrRemoteTOD on server '%s' failed: %n",
+						"srvsvc_NetrRemoteTOD on server '%s' failed: %s",
 						r->srvsvc.in.server_name, nt_errstr(status));
 		goto disconnect;
 	}



More information about the samba-cvs mailing list