1
0
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:
Gerald Carter 2004-05-06 15:29:02 +00:00 committed by Gerald (Jerry) Carter
parent 72d30ea066
commit b27192d8e7

View File

@ -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);