r13648: Duh.
authorTim Potter <tpot@samba.org>
Thu, 23 Feb 2006 01:58:27 +0000 (01:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:21 +0000 (11:10 -0500)
(This used to be commit 48cd81074e5a7cbba5892eedd62fff4ce0d826b5)

source3/utils/net_groupmap.c

index de31ceb1f329d1ca48b8c5f9fb2db55b497bf10c..fa60fcbd0836e5a092f5384b26249adaa0e83d40 100644 (file)
@@ -818,7 +818,7 @@ int net_groupmap(int argc, const char **argv)
 
        /* 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;
        }