mod_net_dovecotauth: Import util.pposix [luacheck]
authorKim Alvefur <zash@zash.se>
Sun, 22 Jan 2017 04:42:55 +0100
changeset 2461 17539a5d73f4
parent 2460 f3fc2b672df3
child 2462 20f9d7150777
mod_net_dovecotauth: Import util.pposix [luacheck]
mod_net_dovecotauth/mod_net_dovecotauth.lua
--- 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?