summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-13 20:38:36 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-13 20:38:36 +1000
commit1c52ee3e6f2653a474c8a31aafa5a7e595dd8081 (patch)
treefa1dfffe0fff6ee8ef332c3d8ff6712ed6cfa1c0 /readconf.c
parentec960f2c933aa55ca5dc319cff55cecce34f1f4b (diff)
- markus@cvs.openbsd.org 2003/08/13 09:07:10
[readconf.c ssh.c] socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
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 355a7dfcc..96ad25a51 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.116 2003/08/13 08:46:30 markus Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.117 2003/08/13 09:07:09 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -670,7 +670,7 @@ parse_int:
670 fatal("%.200s line %d: Badly formatted port number.", 670 fatal("%.200s line %d: Badly formatted port number.",
671 filename, linenum); 671 filename, linenum);
672 if (*activep) 672 if (*activep)
673 add_local_forward(options, fwd_port, "socks4", 0); 673 add_local_forward(options, fwd_port, "socks", 0);
674 break; 674 break;
675 675
676 case oClearAllForwardings: 676 case oClearAllForwardings: