From 1687d2d607039938bf18fe8d4d3300f8c33f3d28 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 16 Feb 2004 14:05:46 +0000 Subject: Fix success message for net groupmap modify Volker (This used to be commit d8ff6e4b30bda45b5f8680694da383d5769d7db5) --- source3/utils/net_groupmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') 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; } -- cgit