diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-21 23:56:47 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-21 23:56:47 +1100 |
commit | 787b2ec18c013a5076765f93882550918658ea89 (patch) | |
tree | 7f33575e4c909759321a234a29d052f842cb589f /auth-sia.c | |
parent | a8e06cef35c205e1aa562513c6d034a10c8c9a6d (diff) |
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) | |||
100 | if (sia_ses_launch(sia_collect_trm, ent) != SIASUCCESS) | 100 | if (sia_ses_launch(sia_collect_trm, ent) != SIASUCCESS) |
101 | fatal("Couldn't launch session for %s from %s", | 101 | fatal("Couldn't launch session for %s from %s", |
102 | pw->pw_name, host); | 102 | pw->pw_name, host); |
103 | 103 | ||
104 | sia_ses_release(&ent); | 104 | sia_ses_release(&ent); |
105 | 105 | ||
106 | if (setreuid(geteuid(), geteuid()) < 0) | 106 | if (setreuid(geteuid(), geteuid()) < 0) |