diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-21 13:56:47 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-21 13:56:47 +0100 |
commit | 787b2ec18c013a5076765f93882550918658ea89 (patch) | |
tree | 7f33575e4c909759321a234a29d052f842cb589f /auth-sia.c | |
parent | - djm@cvs.openbsd.org 2003/11/21 11:57:03 (diff) | |
download | openssh-787b2ec18c013a5076765f93882550918658ea89.tar.xz openssh-787b2ec18c013a5076765f93882550918658ea89.zip |
more whitespace (tabs this time)
Diffstat (limited to 'auth-sia.c')
-rw-r--r-- | auth-sia.c | 2 |
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) |