Browse Source

Remove erroneous call to pam.end() in child process #3343, #18749

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@227 7c53e7cc-98ea-0310-8f1f-a0b24da60408
iwamatsu 11 years ago
parent
commit
7161fb5f1b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app.cpp

+ 0 - 2
app.cpp

@@ -591,8 +591,6 @@ void App::Login() {
 		child_env[n - 1] = StrConcat("XDG_SESSION_COOKIE=", ck.get_xdg_session_cookie());
 		child_env[n] = NULL;
 # endif /* USE_CONSOLEKIT */
-
-		pam.end();
 #else
 
 # ifdef USE_CONSOLEKIT