]> 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, 21 Oct 2010 09:34:58 +0000 (11:34 +0200)
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
socket.c

index 815320988ede31c653228b4110760fba28c789e0..660e2ac3decfcad95892af4922fd18ccdf6d60e5 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1894,7 +1894,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;