1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3: Do not directly log off after a pam_logon

This commit is contained in:
Volker Lendecke 2010-09-13 11:31:58 +02:00
parent 2ef4acb2bd
commit 4dcd5ac442

View File

@ -2379,6 +2379,7 @@ int main(int argc, char **argv, char **envp)
string_arg);
goto done;
}
break;
case OPT_LOGOFF:
{
wbcErr wbc_status;