1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00

oops, freed argc,argv arguments twice.

(This used to be commit 447143be81)
This commit is contained in:
Luke Leighton 1999-11-23 23:14:10 +00:00
parent 6b91ecb417
commit 511b2d6736

View 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);
}