]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Debian patch: Fix spelling in log message
authorAlberto Gonzalez Iniesta <agi@inittab.org>
Tue, 16 Mar 2010 22:03:10 +0000 (23:03 +0100)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 1 Apr 2010 21:15:37 +0000 (23:15 +0200)
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
socket.c

index 594b50ae09aa0f2667697b6bf4990262967f55ad..38d1256d00abe7b0f10c70d4e5b6045652b9336e 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1863,7 +1863,7 @@ stream_buf_added (struct stream_buf *sb,
 
       if (sb->len < 1 || sb->len > sb->maxlen)
        {
-         msg (M_WARN, "WARNING: Bad encapsulated packet length from peer (%d), which must be > 0 and <= %d -- please ensure that --tun-mtu or --link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the TCP link -- [Attemping restart...]", sb->len, sb->maxlen);
+         msg (M_WARN, "WARNING: Bad encapsulated packet length from peer (%d), which must be > 0 and <= %d -- please ensure that --tun-mtu or --link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the TCP link -- [Attempting restart...]", sb->len, sb->maxlen);
          stream_buf_reset (sb);
          sb->error = true;
          return false;