summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-02-16 14:05:46 +0000
committerVolker Lendecke <vlendec@samba.org>2004-02-16 14:05:46 +0000
commit1687d2d607039938bf18fe8d4d3300f8c33f3d28 (patch)
tree1d76aca811a022f4ae837e877ab6c8c02759261c /source3
parentdc0e22109d8a5dec1d5f65816d288a6561170f70 (diff)
downloadsamba-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')
-rw-r--r--source3/utils/net_groupmap.c2
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;
}