- stevesk@cvs.openbsd.org 2008/12/09 22:37:33
[clientloop.c] fix typo in error message
This commit is contained in:
parent
62fd18a2b7
commit
b3f2c9fcaf
|
@ -14,6 +14,9 @@
|
|||
few missing flags; add 'bye' to the output of 'help'; sorting and spacing.
|
||||
jmc@ suggested replacing .Oo/.Oc with a single .Op macro.
|
||||
ok jmc@
|
||||
- stevesk@cvs.openbsd.org 2008/12/09 22:37:33
|
||||
[clientloop.c]
|
||||
fix typo in error message
|
||||
|
||||
20090107
|
||||
- (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
|
||||
|
@ -5023,5 +5026,5 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.5163 2009/01/28 05:14:09 djm Exp $
|
||||
$Id: ChangeLog,v 1.5164 2009/01/28 05:15:30 djm Exp $
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: clientloop.c,v 1.206 2008/12/09 02:38:18 djm Exp $ */
|
||||
/* $OpenBSD: clientloop.c,v 1.207 2008/12/09 22:37:33 stevesk Exp $ */
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
* 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)
|
|||
return 0;
|
||||
|
||||
if (!compat20) {
|
||||
error("Tunnel forwarding is not support for protocol 1");
|
||||
error("Tunnel forwarding is not supported for protocol 1");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue