From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Mon, 16 Oct 2017 18:08:56 +0000 (+0200)
Subject: ppp: make the patches apply correctly again
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a29848c67180396656e4e8a7ef47ae5b441a7325;p=openwrt%2Fstaging%2Fynezz.git

ppp: make the patches apply correctly again

This fixes a compile problem recently introduced by me.

Fixes: f40fd43ab2f ("ppp: fix compile warning")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---

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>
 + *