mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_proxy65: Add missing import of portmanager
This commit is contained in:
parent
0667924a0b
commit
3203fc6967
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ local st = require "util.stanza";
|
|||
local sha1 = require "util.hashes".sha1;
|
||||
local b64 = require "util.encodings".base64.encode;
|
||||
local server = require "net.server";
|
||||
local portmanager = require "core.portmanager";
|
||||
|
||||
local sessions, transfers = module:shared("sessions", "transfers");
|
||||
local max_buffer_size = 4096;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue