[source] ppp: make the patches apply correctly again

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 16 11:11:24 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/a29848c67180396656e4e8a7ef47ae5b441a7325

commit a29848c67180396656e4e8a7ef47ae5b441a7325
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Oct 16 20:08:56 2017 +0200

    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 at hauke-m.de>
---
 package/network/services/ppp/patches/500-add-pptp-plugin.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 54a160d..5ed861d 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 at alumni.princeton.edu>
 + *



More information about the lede-commits mailing list