oops, freed argc,argv arguments twice.
authorLuke Leighton <lkcl@samba.org>
Tue, 23 Nov 1999 23:14:10 +0000 (23:14 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 23 Nov 1999 23:14:10 +0000 (23:14 +0000)
(This used to be commit 447143be81acbbcc148211183a512d4cab347ac7)

source3/rpcclient/cmd_samr.c

index 0d714a7523264ed7ecb8602ffa6072232dd0327a..9f9df8ed199788386d741e7a600812a759a839b3 100644 (file)
@@ -2079,8 +2079,6 @@ void cmd_sam_set_userinfo(struct client_info *info, int argc, char *argv[])
                report(out_hnd, "Set User Info: Failed\n");
                DEBUG(5,("cmd_sam_query_user: failed\n"));
        }
-
-       free_char_array(argc, argv);
 }