mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
hmm, get it right this time.
This commit is contained in:
@ -147,7 +147,7 @@ static BOOL init_sam_from_buffer (struct tdbsam_privates *tdb_state,
|
||||
ret = False;
|
||||
goto done;
|
||||
}
|
||||
uid_t = pw->pw_uid;
|
||||
uid = pw->pw_uid;
|
||||
gid = pw->pw_gid;
|
||||
|
||||
pdb_set_uid(sampass, uid);
|
||||
|
Reference in New Issue
Block a user