diff options
author | Tim Potter <tpot@samba.org> | 2006-02-23 01:58:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:21 -0500 |
commit | 3444017ed3ce97218028e994d6c5eb3ccb209e3a (patch) | |
tree | 6e982e312b52641001bd92c67cbaf8823a9a44b2 | |
parent | 0229b657552dad428343b9e06ead6c66dbc347c3 (diff) | |
download | samba-3444017ed3ce97218028e994d6c5eb3ccb209e3a.tar.gz samba-3444017ed3ce97218028e994d6c5eb3ccb209e3a.tar.bz2 samba-3444017ed3ce97218028e994d6c5eb3ccb209e3a.zip |
r13648: Duh.
(This used to be commit 48cd81074e5a7cbba5892eedd62fff4ce0d826b5)
-rw-r--r-- | source3/utils/net_groupmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c index de31ceb1f3..fa60fcbd08 100644 --- a/source3/utils/net_groupmap.c +++ b/source3/utils/net_groupmap.c @@ -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; } |