]> 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, 29 Apr 2010 18:22:09 +0000 (20:22 +0200)
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
socket.c

index 591ee8bb976015f1791acc5814e7fafcff2fafe2..8aab0d49412570fb633e7de8bee5d6859b6ac110 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;