yoz pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=32d5022a9f860a99c1b688e013c3e42ea531ead7

commit 32d5022a9f860a99c1b688e013c3e42ea531ead7
Author: Michael Bouchaud <y...@efl.so>
Date:   Mon Jan 13 20:23:16 2014 +0100

    entrance: init and shutdown entrance_session
---
 src/daemon/entrance.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/daemon/entrance.c b/src/daemon/entrance.c
index 95c5f8a..5ef9e3c 100644
--- a/src/daemon/entrance.c
+++ b/src/daemon/entrance.c
@@ -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");

-- 


Reply via email to