From 7efc09e181fe1788cdd0468b9de26a0f2c5f62c6 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 13 Mar 2015 20:12:12 +0100 Subject: prosodyctl: Import LuaSocket to a local, don't assume that a global will be set --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosodyctl b/prosodyctl index a67f3dbd..0a4491bf 100755 --- a/prosodyctl +++ b/prosodyctl @@ -244,7 +244,7 @@ end local modulemanager = require "core.modulemanager" local prosodyctl = require "util.prosodyctl" -require "socket" +local socket = require "socket" ----------------------- -- FIXME: Duplicate code waiting for util.startup -- cgit v1.2.3