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 33649a8d5..948d7eddf 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.64 2001/03/04 17:42:28 millert Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.65 2001/03/08 00:15:47 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -745,7 +745,7 @@ fill_default_options(Options * options)
745 if (options->gateway_ports == -1) 745 if (options->gateway_ports == -1)
746 options->gateway_ports = 0; 746 options->gateway_ports = 0;
747 if (options->use_privileged_port == -1) 747 if (options->use_privileged_port == -1)
748 options->use_privileged_port = 1; 748 options->use_privileged_port = 0;
749 if (options->rhosts_authentication == -1) 749 if (options->rhosts_authentication == -1)
750 options->rhosts_authentication = 1; 750 options->rhosts_authentication = 1;
751 if (options->rsa_authentication == -1) 751 if (options->rsa_authentication == -1)