summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/ipoe/lua.c
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2017-03-29 13:44:55 +0300
committerDmitry Kozlov <xeb@mail.ru>2017-03-29 13:44:55 +0300
commita8e6a986e08f97584a928aa0aa57830acaf3619a (patch)
treec70104ad29bc12d399d3d693a2b4aa7130ddfc25 /accel-pppd/ctrl/ipoe/lua.c
parentb335be86bde20fab93e32cdd512162c43009d584 (diff)
downloadaccel-ppp-a8e6a986e08f97584a928aa0aa57830acaf3619a.tar.gz
accel-ppp-a8e6a986e08f97584a928aa0aa57830acaf3619a.zip
Revert "ipoe: fix lua 5.3 support"
This reverts commit 5159276962e4305db249bbbf5eb589ec59b9e318.
Diffstat (limited to 'accel-pppd/ctrl/ipoe/lua.c')
-rw-r--r--accel-pppd/ctrl/ipoe/lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/ipoe/lua.c b/accel-pppd/ctrl/ipoe/lua.c
index da3594b3..f0785066 100644
--- a/accel-pppd/ctrl/ipoe/lua.c
+++ b/accel-pppd/ctrl/ipoe/lua.c
@@ -36,7 +36,7 @@ static int packet4_vlan(lua_State *L);
int luaopen_lpack(lua_State *L);
-static const struct luaL_Reg packet4_lib [] = {
+static const struct luaL_reg packet4_lib [] = {
{"hdr", packet4_hdr},
{"ifname", packet4_ifname},
{"option", packet4_option},