summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-07-17 17:04:47 +1000
committerDamien Miller <djm@mindrot.org>2005-07-17 17:04:47 +1000
commit94cf4c8448bab8f1ad563868089bb0ea1ff92213 (patch)
tree1a0752ba64d6b7ccfdcd824ad55a76523e659a87 /sshd.c
parent46d38de48b1018c74040d2399bafbedf50247529 (diff)
- (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c]
[cipher-acss.c loginrec.c ssh-rand-helper.c sshd.c] Fix whitespace at EOL in portable too ("perl -p -i -e 's/\s+$/\n/' *.[ch]")
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index b0d65575f..40da37513 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1034,7 +1034,7 @@ main(int ac, char **av)
1034 /* 1034 /*
1035 * Unset KRB5CCNAME, otherwise the user's session may inherit it from 1035 * Unset KRB5CCNAME, otherwise the user's session may inherit it from
1036 * root's environment 1036 * root's environment
1037 */ 1037 */
1038 if (getenv("KRB5CCNAME") != NULL) 1038 if (getenv("KRB5CCNAME") != NULL)
1039 unsetenv("KRB5CCNAME"); 1039 unsetenv("KRB5CCNAME");
1040 1040