aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/530-pppoe_send_padt.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-06-19 17:07:11 +0000
committerSteven Barth <cyrus@openwrt.org>2015-06-19 17:07:11 +0000
commit23633249c80c8ae886569058349e345d3a905bbc (patch)
treec12c230c6e0bd243b3bda45386765bb6821cf92f /package/network/services/ppp/patches/530-pppoe_send_padt.patch
parent8a9fd81e551927f6d6e092544bf6d89f34081856 (diff)
downloadupstream-23633249c80c8ae886569058349e345d3a905bbc.tar.gz
upstream-23633249c80c8ae886569058349e345d3a905bbc.tar.bz2
upstream-23633249c80c8ae886569058349e345d3a905bbc.zip
ppp: honor LDFLAGS
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46068
Diffstat (limited to 'package/network/services/ppp/patches/530-pppoe_send_padt.patch')
-rw-r--r--package/network/services/ppp/patches/530-pppoe_send_padt.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/patches/530-pppoe_send_padt.patch b/package/network/services/ppp/patches/530-pppoe_send_padt.patch
index d4df88e630..40fa420216 100644
--- a/package/network/services/ppp/patches/530-pppoe_send_padt.patch
+++ b/package/network/services/ppp/patches/530-pppoe_send_padt.patch
@@ -1,6 +1,6 @@
--- a/pppd/plugins/rp-pppoe/plugin.c
+++ b/pppd/plugins/rp-pppoe/plugin.c
-@@ -276,7 +276,7 @@ PPPOEDisconnectDevice(void)
+@@ -275,7 +275,7 @@ PPPOEDisconnectDevice(void)
sizeof(struct sockaddr_pppox)) < 0)
error("Failed to disconnect PPPoE socket: %d %m", errno);
close(conn->sessionSocket);