diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-02-24 16:23:46 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-02-24 16:23:46 +0000 |
commit | b26626109f7bbe808303787f619b67cb64792269 (patch) | |
tree | de23e9acf420ce5ae271837be41e71f46350c79c /plugins/mod_admin_telnet.lua | |
parent | ddef415e167351b9197a06bfd1d401e70dd37e13 (diff) | |
parent | 0f9c104f0cb7f20a63bf6f890d0d04a690418a1d (diff) | |
download | prosody-b26626109f7bbe808303787f619b67cb64792269.tar.gz prosody-b26626109f7bbe808303787f619b67cb64792269.zip |
Merge Zash with Florob and Maranda
Diffstat (limited to 'plugins/mod_admin_telnet.lua')
-rw-r--r-- | plugins/mod_admin_telnet.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_admin_telnet.lua b/plugins/mod_admin_telnet.lua index 9e9065bb..d3f5543e 100644 --- a/plugins/mod_admin_telnet.lua +++ b/plugins/mod_admin_telnet.lua @@ -776,4 +776,5 @@ end require "core.portmanager".register_service("console", { listener = console_listener; default_port = 5582; + private = true; }); |