summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index 6be16ca86..12dd9ab10 100644
--- a/session.c
+++ b/session.c
@@ -1554,7 +1554,7 @@ do_setusercontext(struct passwd *pw)
1554#else 1554#else
1555# ifdef USE_LIBIAF 1555# ifdef USE_LIBIAF
1556 if (set_id(pw->pw_name) != 0) { 1556 if (set_id(pw->pw_name) != 0) {
1557 exit(1); 1557 fatal("set_id(%s) Failed", pw->pw_name);
1558 } 1558 }
1559# endif /* USE_LIBIAF */ 1559# endif /* USE_LIBIAF */
1560 /* Permanently switch to the desired uid. */ 1560 /* Permanently switch to the desired uid. */