diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-02-16 14:05:46 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2004-02-16 14:05:46 +0000 |
commit | 1687d2d607039938bf18fe8d4d3300f8c33f3d28 (patch) | |
tree | 1d76aca811a022f4ae837e877ab6c8c02759261c /source3/utils | |
parent | dc0e22109d8a5dec1d5f65816d288a6561170f70 (diff) | |
download | samba-1687d2d607039938bf18fe8d4d3300f8c33f3d28.tar.gz samba-1687d2d607039938bf18fe8d4d3300f8c33f3d28.tar.bz2 samba-1687d2d607039938bf18fe8d4d3300f8c33f3d28.zip |
Fix success message for net groupmap modify
Volker
(This used to be commit d8ff6e4b30bda45b5f8680694da383d5769d7db5)
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; } |