Browse code

Debian patch: Fix spelling in log message

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>

Alberto Gonzalez Iniesta authored on 2010/03/17 07:03:10
Showing 1 changed files
... ...
@@ -1863,7 +1863,7 @@ stream_buf_added (struct stream_buf *sb,
1863 1863
 
1864 1864
       if (sb->len < 1 || sb->len > sb->maxlen)
1865 1865
 	{
1866
-	  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);
1866
+	  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);
1867 1867
 	  stream_buf_reset (sb);
1868 1868
 	  sb->error = true;
1869 1869
 	  return false;