diff options
Diffstat (limited to 'net/adns.lua')
-rw-r--r-- | net/adns.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/adns.lua b/net/adns.lua index 21cec44b..200784aa 100644 --- a/net/adns.lua +++ b/net/adns.lua @@ -36,3 +36,5 @@ function new_async_socket(sock) end dns:socket_wrapper_set(new_async_socket); + +return _M; |