summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index 82e1996af..6a1cb7841 100644
--- a/session.c
+++ b/session.c
@@ -1419,7 +1419,7 @@ do_child(Session *s, const char *command)
1419 */ 1419 */
1420 environ = env; 1420 environ = env;
1421 1421
1422#if defined(HEIMDAL) && defined(AFS) 1422#if defined(KRB5) && defined(AFS)
1423 /* 1423 /*
1424 * At this point, we check to see if AFS is active and if we have 1424 * At this point, we check to see if AFS is active and if we have
1425 * a valid Kerberos 5 TGT. If so, it seems like a good idea to see 1425 * a valid Kerberos 5 TGT. If so, it seems like a good idea to see