aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/network/services/ppp/patches/500-add-pptp-plugin.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/patches/500-add-pptp-plugin.patch b/package/network/services/ppp/patches/500-add-pptp-plugin.patch
index 54a160d33f..5ed861d545 100644
--- a/package/network/services/ppp/patches/500-add-pptp-plugin.patch
+++ b/package/network/services/ppp/patches/500-add-pptp-plugin.patch
@@ -1064,7 +1064,7 @@
+ struct in_addr localbind);
--- /dev/null
+++ b/pppd/plugins/pptp/pptp_ctrl.c
-@@ -0,0 +1,1077 @@
+@@ -0,0 +1,1078 @@
+/* pptp_ctrl.c ... handle PPTP control connection.
+ * C. Scott Ananian <cananian@alumni.princeton.edu>
+ *