summaryrefslogtreecommitdiffstats
path: root/auth-sia.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-21 13:56:47 +0100
committerDamien Miller <djm@mindrot.org>2003-11-21 13:56:47 +0100
commit787b2ec18c013a5076765f93882550918658ea89 (patch)
tree7f33575e4c909759321a234a29d052f842cb589f /auth-sia.c
parent - djm@cvs.openbsd.org 2003/11/21 11:57:03 (diff)
downloadopenssh-787b2ec18c013a5076765f93882550918658ea89.tar.xz
openssh-787b2ec18c013a5076765f93882550918658ea89.zip
more whitespace (tabs this time)
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 544b601b3..cdd39d670 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)