Fix success message for net groupmap modify
authorVolker Lendecke <vlendec@samba.org>
Mon, 16 Feb 2004 14:05:46 +0000 (14:05 +0000)
committerVolker Lendecke <vlendec@samba.org>
Mon, 16 Feb 2004 14:05:46 +0000 (14:05 +0000)
Volker
(This used to be commit d8ff6e4b30bda45b5f8680694da383d5769d7db5)

source3/utils/net_groupmap.c

index 06a8daa7756e3dcbca08e2f6790c7ab095ec26bd..416f42507d2eb7b52ad4d1488b5c80b6d89e7dc8 100644 (file)
@@ -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;
 }