From 56fe41c68de3c0b85f7eee6b56cd261e9905045a Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Mon, 21 Nov 2016 10:13:53 +0100 Subject: Refresh patches for 2.4 --- debian/patches/accommodate_typo.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 debian/patches/accommodate_typo.patch (limited to 'debian/patches/accommodate_typo.patch') diff --git a/debian/patches/accommodate_typo.patch b/debian/patches/accommodate_typo.patch deleted file mode 100644 index ac6be64..0000000 --- a/debian/patches/accommodate_typo.patch +++ /dev/null @@ -1,15 +0,0 @@ -Description: Simple spelling fix -Author: Alberto Gonzalez Iniesta -Index: openvpn/src/openvpn/occ.c -=================================================================== ---- openvpn.orig/src/openvpn/occ.c 2014-05-14 12:58:59.805184504 +0200 -+++ openvpn/src/openvpn/occ.c 2014-05-14 12:58:59.805184504 +0200 -@@ -379,7 +379,7 @@ - && c->c2.max_send_size_local > TUN_MTU_MIN - && (c->c2.max_recv_size_remote < c->c2.max_send_size_local - || c->c2.max_recv_size_local < c->c2.max_send_size_remote)) -- msg (M_INFO, "NOTE: This connection is unable to accomodate a UDP packet size of %d. Consider using --fragment or --mssfix options as a workaround.", -+ msg (M_INFO, "NOTE: This connection is unable to accommodate a UDP packet size of %d. Consider using --fragment or --mssfix options as a workaround.", - c->c2.max_send_size_local); - } - event_timeout_clear (&c->c2.occ_mtu_load_test_interval); -- cgit v1.2.3