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 36700fbd5..6519ec667 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.83 2001/07/22 22:04:19 markus Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.84 2001/07/25 14:35:18 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -843,7 +843,7 @@ fill_default_options(Options * options)
843 if (options->port == -1) 843 if (options->port == -1)
844 options->port = 0; /* Filled in ssh_connect. */ 844 options->port = 0; /* Filled in ssh_connect. */
845 if (options->connection_attempts == -1) 845 if (options->connection_attempts == -1)
846 options->connection_attempts = 4; 846 options->connection_attempts = 1;
847 if (options->number_of_password_prompts == -1) 847 if (options->number_of_password_prompts == -1)
848 options->number_of_password_prompts = 3; 848 options->number_of_password_prompts = 3;
849 /* Selected in ssh_login(). */ 849 /* Selected in ssh_login(). */