diff options
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |