diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-16 20:08:56 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-16 20:08:56 +0200 |
commit | a29848c67180396656e4e8a7ef47ae5b441a7325 (patch) | |
tree | ebf09ee5f901184b2ea302f1dccfb8e615af635a | |
parent | 699c6fcc314225f79156a26db418e15bbc6bf10f (diff) | |
download | upstream-a29848c67180396656e4e8a7ef47ae5b441a7325.tar.gz upstream-a29848c67180396656e4e8a7ef47ae5b441a7325.tar.bz2 upstream-a29848c67180396656e4e8a7ef47ae5b441a7325.zip |
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>
-rw-r--r-- | package/network/services/ppp/patches/500-add-pptp-plugin.patch | 2 |
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> + * |