]> andersk Git - openssh.git/commitdiff
- (djm) OpenBSD CVS Sync
authordjm <djm>
Tue, 23 Apr 2002 10:40:28 +0000 (10:40 +0000)
committerdjm <djm>
Tue, 23 Apr 2002 10:40:28 +0000 (10:40 +0000)
   - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
     [servconf.c]
     No, afs requires explicit enabling

servconf.c

index 8b5ee7bf18e72dd5b3366c5f52e65993015f021d..5172813ec996aecc78f55ee3e281b99bbffc3c85 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.105 2002/03/20 19:12:24 stevesk Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.106 2002/04/20 09:02:03 deraadt Exp $");
 
 #if defined(KRB4)
 #include <krb.h>
@@ -212,7 +212,7 @@ fill_default_server_options(ServerOptions *options)
 #endif
 #ifdef AFS
        if (options->afs_token_passing == -1)
-               options->afs_token_passing = k_hasafs();
+               options->afs_token_passing = 0;
 #endif
        if (options->password_authentication == -1)
                options->password_authentication = 1;
This page took 0.058997 seconds and 5 git commands to generate.