diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c index 2b1d7cc46..429f69129 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -12,7 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include "includes.h" | 14 | #include "includes.h" |
15 | RCSID("$OpenBSD: readconf.c,v 1.132 2004/06/13 15:03:02 djm Exp $"); | 15 | RCSID("$OpenBSD: readconf.c,v 1.133 2004/06/17 15:10:14 djm Exp $"); |
16 | 16 | ||
17 | #include "ssh.h" | 17 | #include "ssh.h" |
18 | #include "xmalloc.h" | 18 | #include "xmalloc.h" |
@@ -772,7 +772,7 @@ parse_int: | |||
772 | 772 | ||
773 | case oControlMaster: | 773 | case oControlMaster: |
774 | intptr = &options->control_master; | 774 | intptr = &options->control_master; |
775 | goto parse_flag; | 775 | goto parse_yesnoask; |
776 | 776 | ||
777 | case oDeprecated: | 777 | case oDeprecated: |
778 | debug("%s line %d: Deprecated option \"%s\"", | 778 | debug("%s line %d: Deprecated option \"%s\"", |