mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Unused variables in mod_tls
This commit is contained in:
parent
f2bca1da10
commit
803c3e4a90
1 changed files with 2 additions and 5 deletions
|
@ -1,13 +1,10 @@
|
|||
|
||||
local st = require "util.stanza";
|
||||
local send = require "core.sessionmanager".send_to_session;
|
||||
local sm_bind_resource = require "core.sessionmanager".bind_resource;
|
||||
|
||||
local sessions = sessions;
|
||||
--local sessions = sessions;
|
||||
|
||||
local usermanager_validate_credentials = require "core.usermanager".validate_credentials;
|
||||
local t_concat, t_insert = table.concat, table.insert;
|
||||
local tostring = tostring;
|
||||
local t_insert = table.insert;
|
||||
|
||||
local log = require "util.logger".init("mod_starttls");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue