From: bert hubert Date: Sun, 28 May 2017 08:47:34 +0000 (+0200) Subject: typo in the fix, sorry! X-Git-Tag: rec-4.1.0-alpha1~103^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5349%2Fhead;p=thirdparty%2Fpdns.git typo in the fix, sorry! --- diff --git a/pdns/lua-iputils.cc b/pdns/lua-iputils.cc index ef2ed86bc1..ad52f6cd8c 100644 --- a/pdns/lua-iputils.cc +++ b/pdns/lua-iputils.cc @@ -57,7 +57,7 @@ static void pdns_luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { } #else static void pdns_luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { - lual_setfuncs(L, l, nup); + luaL_setfuncs(L, l, nup); } #endif