]> andersk Git - openssh.git/blobdiff - session.c
- (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not
[openssh.git] / session.c
index 82e1996af192cdaf0ff4900ab3d8ac00d08cda1d..6a1cb78418e3b0ff3f55f0c4160207ec072c0a08 100644 (file)
--- a/session.c
+++ b/session.c
@@ -1419,7 +1419,7 @@ do_child(Session *s, const char *command)
         */
        environ = env;
 
-#if defined(HEIMDAL) && defined(AFS)
+#if defined(KRB5) && defined(AFS)
        /*
         * At this point, we check to see if AFS is active and if we have
         * a valid Kerberos 5 TGT. If so, it seems like a good idea to see
This page took 0.102136 seconds and 4 git commands to generate.