1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we were

copying from a parameter into an unitialized variable (doh !).
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 2dd01b7c70
commit a3a0dc14c2

View File

@ -681,7 +681,7 @@ static void api_net_sam_logon( int uid,
pstring my_name;
pstring my_workgroup;
pstring domain_groups;
char *other_sids;
pstring other_sids;
uint32 r_uid;
uint32 r_gid;