1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

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

copying from a parameter into an unitialized variable (doh !).
Jeremy.
(This used to be commit a3a0dc14c2f9f703963ade67f30dd6c40bbe7144)
This commit is contained in:
Jeremy Allison 1998-05-15 22:29:42 +00:00
parent c230ee1ef6
commit 5e1313d184

View File

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