svn commit: samba r20003 - in branches/SAMBA_3_0/source/utils: .

vlendec at samba.org vlendec at samba.org
Sat Dec 2 10:51:22 GMT 2006


Author: vlendec
Date: 2006-12-02 10:51:21 +0000 (Sat, 02 Dec 2006)
New Revision: 20003

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

Log:
Fix error message
Modified:
   branches/SAMBA_3_0/source/utils/net_rpc_registry.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_rpc_registry.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc_registry.c	2006-12-02 09:19:09 UTC (rev 20002)
+++ branches/SAMBA_3_0/source/utils/net_rpc_registry.c	2006-12-02 10:51:21 UTC (rev 20003)
@@ -385,7 +385,7 @@
 		value.v.sz.str = CONST_DISCARD(char *, argv[3]);
 	}
 	else {
-		d_fprintf(stderr, "type \"%s\" not implemented\n", argv[3]);
+		d_fprintf(stderr, "type \"%s\" not implemented\n", argv[2]);
 		status = NT_STATUS_NOT_IMPLEMENTED;
 		goto error;
 	}



More information about the samba-cvs mailing list