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 28aa0a8b8..c514e9b59 100644
--- a/readconf.c
+++ b/readconf.c
@@ -14,7 +14,7 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$OpenBSD: readconf.c,v 1.40 2000/07/10 16:27:05 ho Exp $"); 17RCSID("$OpenBSD: readconf.c,v 1.41 2000/07/11 19:17:44 deraadt Exp $");
18 18
19#include "ssh.h" 19#include "ssh.h"
20#include "cipher.h" 20#include "cipher.h"
@@ -739,7 +739,7 @@ fill_default_options(Options * options)
739 if (options->rhosts_rsa_authentication == -1) 739 if (options->rhosts_rsa_authentication == -1)
740 options->rhosts_rsa_authentication = 1; 740 options->rhosts_rsa_authentication = 1;
741 if (options->fallback_to_rsh == -1) 741 if (options->fallback_to_rsh == -1)
742 options->fallback_to_rsh = 1; 742 options->fallback_to_rsh = 0;
743 if (options->use_rsh == -1) 743 if (options->use_rsh == -1)
744 options->use_rsh = 0; 744 options->use_rsh = 0;
745 if (options->batch_mode == -1) 745 if (options->batch_mode == -1)