summaryrefslogtreecommitdiffstats
path: root/main/pptpd/fix_MSG_TRYHARD.patch
blob: 3e30295ca686117703e62a92dd4af0f6f67e0418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/bcrelay.c
+++ b/bcrelay.c
@@ -61,6 +61,10 @@
 // software to your hearts content.  You are free to redistribute it as
 // long as it is accompanied with the source and my credit is included.
 
+#ifndef MSG_TRYHARD
+	# define MSG_TRYHARD    MSG_DONTROUTE
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif