[BACK]Return to sshd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.c between version 1.163 and 1.164

version 1.163, 2001/02/04 23:56:23 version 1.164, 2001/02/07 22:35:46
Line 1129 
Line 1129 
                 options.kerberos_authentication = 0;                  options.kerberos_authentication = 0;
         }          }
 #endif /* KRB4 */  #endif /* KRB4 */
   #ifdef AFS
           /* If machine has AFS, set process authentication group. */
           if (k_hasafs()) {
                   k_setpag();
                   k_unlog();
           }
   #endif /* AFS */
   
         packet_set_nonblocking();          packet_set_nonblocking();
   

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164