aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/adns.lua2
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;