summaryrefslogtreecommitdiff
path: root/debian/patches/attemping_typo
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2016-05-11 17:44:28 +0200
committerAlberto Gonzalez Iniesta <agi@inittab.org>2016-05-11 17:44:28 +0200
commit0facc898a6cfdf4d016ac7fda3d735e822c3efce (patch)
tree362fecb992ae82658c5eea9899eea6e87432d4d9 /debian/patches/attemping_typo
parentf40440678807c65e02743d51a55b229641e09dbf (diff)
Remove old patchesdebian/2.3.11-1
Diffstat (limited to 'debian/patches/attemping_typo')
-rw-r--r--debian/patches/attemping_typo13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/attemping_typo b/debian/patches/attemping_typo
deleted file mode 100644
index da3ec7e..0000000
--- a/debian/patches/attemping_typo
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: openvpn-2.1.3/socket.c
-===================================================================
---- openvpn-2.1.3.orig/socket.c 2010-09-29 13:08:31.548460785 +0200
-+++ openvpn-2.1.3/socket.c 2010-09-29 13:11:08.149458043 +0200
-@@ -1894,7 +1894,7 @@
-
- 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;