mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
fixed unused variable
This commit is contained in:
parent
7940b6b0cf
commit
af62692e62
@ -1269,7 +1269,7 @@ static BOOL build_sam_account (SAM_ACCOUNT *sam_pass,
|
||||
if (samlogon_user[strlen(samlogon_user)-1] != '$')
|
||||
{
|
||||
pstring str;
|
||||
gid_t gid;
|
||||
gid_t gid = getegid();
|
||||
|
||||
sam_logon_in_ssb = True;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user