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 03a5ec570..cf6722c34 100644
--- a/session.c
+++ b/session.c
@@ -1415,7 +1415,7 @@ do_child(Session *s, const char *command)
1415 */ 1415 */
1416 environ = env; 1416 environ = env;
1417 1417
1418#ifdef KRB5 1418#if defined(HEIMDAL) && defined(AFS)
1419 /* 1419 /*
1420 * At this point, we check to see if AFS is active and if we have 1420 * At this point, we check to see if AFS is active and if we have
1421 * a valid Kerberos 5 TGT. If so, it seems like a good idea to see 1421 * a valid Kerberos 5 TGT. If so, it seems like a good idea to see