mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r519: fix bug in authorise_login() that broke security = share
This commit is contained in:
parent
72d30ea066
commit
b27192d8e7
@ -492,6 +492,8 @@ BOOL authorise_login(int snum, fstring user, DATA_BLOB password,
|
||||
|
||||
if ( session_userlist )
|
||||
user_list = strdup(session_userlist);
|
||||
else
|
||||
user_list = strdup("");
|
||||
|
||||
if (!user_list)
|
||||
return(False);
|
||||
|
Loading…
Reference in New Issue
Block a user