summaryrefslogtreecommitdiff
path: root/debian/patches/attemping_typo
diff options
context:
space:
mode:
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;