entrance: init and shutdown entrance_session

This commit is contained in:
Michael Bouchaud 2014-01-13 20:23:16 +01:00
parent e52b09740c
commit 32d5022a9f
1 changed files with 2 additions and 0 deletions

View File

@ -307,7 +307,9 @@ main (int argc, char ** argv)
if (entrance_user)
{
char *quit;
entrance_session_init(dname);
entrance_session_end(entrance_user);
entrance_session_shutdown();
sleep(2);
entrance_xserver_end();
quit = getenv("ENTRANCE_QUIT");