ocserv/ocserv-0.10.6-path-mtu.patch
2015-07-02 10:03:37 +02:00

14 lines
280 B
Diff

diff --git a/src/worker-vpn.c b/src/worker-vpn.c
index 7765e84..cf2a6b6 100644
--- a/src/worker-vpn.c
+++ b/src/worker-vpn.c
@@ -46,7 +46,7 @@
#include <c-ctype.h>
#include <worker-bandwidth.h>
-#ifdef __linux__
+#if 0
/* for IPV6_PATHMTU */
# include <linux/in6.h>
#endif