summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index 13987ffa7..5a7084fe8 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.121 2003/09/01 18:15:50 markus Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.122 2003/10/08 15:21:24 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -885,7 +885,7 @@ fill_default_options(Options * options)
885 if (options->challenge_response_authentication == -1) 885 if (options->challenge_response_authentication == -1)
886 options->challenge_response_authentication = 1; 886 options->challenge_response_authentication = 1;
887 if (options->gss_authentication == -1) 887 if (options->gss_authentication == -1)
888 options->gss_authentication = 1; 888 options->gss_authentication = 0;
889 if (options->gss_deleg_creds == -1) 889 if (options->gss_deleg_creds == -1)
890 options->gss_deleg_creds = 0; 890 options->gss_deleg_creds = 0;
891 if (options->password_authentication == -1) 891 if (options->password_authentication == -1)