summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 8b5ee7bf1..5172813ec 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.105 2002/03/20 19:12:24 stevesk Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.106 2002/04/20 09:02:03 deraadt Exp $");
14 14
15#if defined(KRB4) 15#if defined(KRB4)
16#include <krb.h> 16#include <krb.h>
@@ -212,7 +212,7 @@ fill_default_server_options(ServerOptions *options)
212#endif 212#endif
213#ifdef AFS 213#ifdef AFS
214 if (options->afs_token_passing == -1) 214 if (options->afs_token_passing == -1)
215 options->afs_token_passing = k_hasafs(); 215 options->afs_token_passing = 0;
216#endif 216#endif
217 if (options->password_authentication == -1) 217 if (options->password_authentication == -1)
218 options->password_authentication = 1; 218 options->password_authentication = 1;