Software /
code /
prosody-modules
Changeset
1156:3c82984ffa51
mod_auth_external: Remove unused import of jid.bare
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 13 Aug 2013 20:01:33 +0100 |
parents | 1155:40f7a8d152eb |
children | 1157:a7d0d129df6f |
files | mod_auth_external/mod_auth_external.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_external/mod_auth_external.lua Tue Aug 13 19:35:07 2013 +0100 +++ b/mod_auth_external/mod_auth_external.lua Tue Aug 13 20:01:33 2013 +0100 @@ -19,7 +19,6 @@ local read_timeout = module:get_option_number("external_auth_timeout", 5); assert(not host:find(":"), "Invalid hostname"); local usermanager = require "core.usermanager"; -local jid_bare = require "util.jid".bare; local new_sasl = require "util.sasl".new; local pty = lpty.new({ throw_errors = false, no_local_echo = true, use_path = false });