diff options
author | Kim Alvefur <zash@zash.se> | 2017-01-29 22:31:34 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-01-29 22:31:34 +0100 |
commit | 2f315391e38628eaa0a0baa550091a29cecb6433 (patch) | |
tree | 9fc218a58ddabd4d390e9172e4b8a572bd8f193a | |
parent | 8e5a639468549ccb21308761bff23807408c9066 (diff) | |
download | prosody-2f315391e38628eaa0a0baa550091a29cecb6433.tar.gz prosody-2f315391e38628eaa0a0baa550091a29cecb6433.zip |
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]
-rwxr-xr-x | prosody | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ end function load_libraries() -- Load socket framework + -- luacheck: ignore 111/server 111/socket socket = require "socket"; server = require "net.server" end |