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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user