summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-01-28 16:15:30 +1100
committerDamien Miller <djm@mindrot.org>2009-01-28 16:15:30 +1100
commitb3f2c9fcaf082077ba42f86272011fe08ece3afa (patch)
treed132211bf1b37d831b4595f00a0fcb5b7a2150ec /clientloop.c
parent62fd18a2b7e840fa3b961dafefae4ffdc5efeba6 (diff)
- stevesk@cvs.openbsd.org 2008/12/09 22:37:33
[clientloop.c] fix typo in error message
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 0d228421c..fdeedc351 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.206 2008/12/09 02:38:18 djm Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.207 2008/12/09 22:37:33 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1728,7 +1728,7 @@ client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun)
1728 return 0; 1728 return 0;
1729 1729
1730 if (!compat20) { 1730 if (!compat20) {
1731 error("Tunnel forwarding is not support for protocol 1"); 1731 error("Tunnel forwarding is not supported for protocol 1");
1732 return -1; 1732 return -1;
1733 } 1733 }
1734 1734