From: Luke Leighton Date: Tue, 23 Nov 1999 23:14:10 +0000 (+0000) Subject: oops, freed argc,argv arguments twice. X-Git-Tag: samba-4.0.0alpha6~801^2~20497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511b2d673649a871d406228b0bc6d4d3ac910f99;p=thirdparty%2Fsamba.git oops, freed argc,argv arguments twice. (This used to be commit 447143be81acbbcc148211183a512d4cab347ac7) --- diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index 0d714a75232..9f9df8ed199 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -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); }