Software /
code /
prosody-modules
Changeset
2457:17539a5d73f4
mod_net_dovecotauth: Import util.pposix [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 22 Jan 2017 04:42:55 +0100 |
parents | 2456:f3fc2b672df3 |
children | 2458:20f9d7150777 |
files | mod_net_dovecotauth/mod_net_dovecotauth.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_net_dovecotauth/mod_net_dovecotauth.lua Sun Jan 22 04:41:04 2017 +0100 +++ b/mod_net_dovecotauth/mod_net_dovecotauth.lua Sun Jan 22 04:42:55 2017 +0100 @@ -15,6 +15,7 @@ local user_exists = require "core.usermanager".user_exists; local base64 = require"util.encodings".base64; local dump = require"util.serialization".serialize; +local pposix = require "util.pposix"; -- Config local default_vhost = module:get_option_string("dovecotauth_host", (next(hosts))); -- TODO Is there a better solution?