diff options
Diffstat (limited to 'source3')
-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; } |