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

tpot at samba.org tpot at samba.org
Thu Feb 23 01:58:28 GMT 2006


Author: tpot
Date: 2006-02-23 01:58:27 +0000 (Thu, 23 Feb 2006)
New Revision: 13648

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

Log:
Duh.

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


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_groupmap.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_groupmap.c	2006-02-23 01:53:26 UTC (rev 13647)
+++ branches/SAMBA_3_0/source/utils/net_groupmap.c	2006-02-23 01:58:27 UTC (rev 13648)
@@ -818,7 +818,7 @@
 
 	/* we shouldn't have silly checks like this */
 	if (getuid() != 0) {
-		d_fprintf(stderr, "You must be root to edit group mappings.\nExiting...\n");
+		d_fprintf(stderr, "You must be root to edit group mappings.\n");
 		return -1;
 	}
 	

Modified: trunk/source/utils/net_groupmap.c
===================================================================
--- trunk/source/utils/net_groupmap.c	2006-02-23 01:53:26 UTC (rev 13647)
+++ trunk/source/utils/net_groupmap.c	2006-02-23 01:58:27 UTC (rev 13648)
@@ -818,7 +818,7 @@
 
 	/* we shouldn't have silly checks like this */
 	if (getuid() != 0) {
-		d_fprintf(stderr, "You must be root to edit group mappings.\nExiting...\n");
+		d_fprintf(stderr, "You must be root to edit group mappings.\n");
 		return -1;
 	}
 	



More information about the samba-cvs mailing list