Skip to content

Commit

Permalink
in Remove X authority: Ignore any error & don't exit, continue closin…
Browse files Browse the repository at this point in the history
…g the session
  • Loading branch information
imz authored and robert-ancell committed Mar 25, 2018
1 parent e4be60a commit 733d175
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/session-child.c
Expand Up @@ -771,8 +771,7 @@ session_child_run (int argc, char **argv)

if (error)
g_printerr ("Error removing X authority: %s\n", error->message);
if (!result)
_exit (EXIT_FAILURE);
/* Ignore this error, don't exit, continue closing the session. */
}

/* Close the Console Kit session */
Expand Down

0 comments on commit 733d175

Please sign in to comment.