From 0facc898a6cfdf4d016ac7fda3d735e822c3efce Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Wed, 11 May 2016 17:44:28 +0200 Subject: Remove old patches --- debian/patches/attemping_typo | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 debian/patches/attemping_typo (limited to 'debian/patches/attemping_typo') 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; -- cgit v1.2.3