X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util-src%2Fencodings.c;h=5147512f82fd210b9285c0db73259363e3be5ee8;hb=208b58807eed76ef1f569bec705897fe65ae02db;hp=6c6e53eaeeec80ba4cefe42b75f53e05bd6b251e;hpb=5dade53450add1144e5b8f1571a677ff044cb27d;p=prosody.git diff --git a/util-src/encodings.c b/util-src/encodings.c index 6c6e53ea..5147512f 100644 --- a/util-src/encodings.c +++ b/util-src/encodings.c @@ -108,7 +108,6 @@ static int Lbase64_decode(lua_State *L) /** decode(s) */ break; } } - return 0; } static const luaL_Reg Reg_base64[] = @@ -168,6 +167,7 @@ static const luaL_Reg Reg_stringprep[] = /***************** IDNA *****************/ #include +#include static int Lidna_to_ascii(lua_State *L) /** idna.to_ascii(s) */ {