summaryrefslogtreecommitdiffstats
path: root/auth-sia.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-sia.c')
-rw-r--r--auth-sia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-sia.c b/auth-sia.c
index 544b601b..cdd39d67 100644
--- a/auth-sia.c
+++ b/auth-sia.c
@@ -100,7 +100,7 @@ session_setup_sia(struct passwd *pw, char *tty)
if (sia_ses_launch(sia_collect_trm, ent) != SIASUCCESS)
fatal("Couldn't launch session for %s from %s",
pw->pw_name, host);
-
+
sia_ses_release(&ent);
if (setreuid(geteuid(), geteuid()) < 0)