diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-02-16 14:04:56 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2004-02-16 14:04:56 +0000 |
commit | f570f879bbcef275d55a29a0d82ec91ddb31d6c9 (patch) | |
tree | 03ea9eeb746db7a3f23fc4100218acdbd83050cb /source3/utils | |
parent | 88129f85c0316c183e94d3afc93cf319636d7322 (diff) | |
download | samba-f570f879bbcef275d55a29a0d82ec91ddb31d6c9.tar.gz samba-f570f879bbcef275d55a29a0d82ec91ddb31d6c9.tar.bz2 samba-f570f879bbcef275d55a29a0d82ec91ddb31d6c9.zip |
Fix success message for net groupmap modify
Volker
(This used to be commit 19b30334a7c0f6abde6dfc81550e50aa823117c2)
Diffstat (limited to 'source3/utils')
-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 06a8daa775..416f42507d 100644 --- a/source3/utils/net_groupmap.c +++ b/source3/utils/net_groupmap.c @@ -414,7 +414,7 @@ static int net_groupmap_modify(int argc, const char **argv) return -1; } - d_printf("Updated mapping entry for %s\n", ntgroup); + d_printf("Updated mapping entry for %s\n", map.nt_name); return 0; } |