From 4dcd5ac4424d6003d73a1cac36e2543eba98ae94 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 13 Sep 2010 11:31:58 +0200 Subject: s3: Do not directly log off after a pam_logon --- nsswitch/wbinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nsswitch/wbinfo.c') diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 5304974ad8..801f92f7ab 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -2379,6 +2379,7 @@ int main(int argc, char **argv, char **envp) string_arg); goto done; } + break; case OPT_LOGOFF: { wbcErr wbc_status; -- cgit