# HG changeset patch # User Kim Alvefur # Date 1408460070 -7200 # Node ID e7294423512f4f8d0842e2b29b0f8caba247fa47 # Parent b06b5ac5714bbf61bd49e0f1ed2cef9d41952590 mod_net_dovecotauth: Fix typo in config option diff -r b06b5ac5714b -r e7294423512f mod_net_dovecotauth/mod_net_dovecotauth.lua --- a/mod_net_dovecotauth/mod_net_dovecotauth.lua Sun Aug 17 23:10:19 2014 +0200 +++ b/mod_net_dovecotauth/mod_net_dovecotauth.lua Tue Aug 19 16:54:30 2014 +0200 @@ -19,7 +19,7 @@ -- Config local vhost = module:get_option_string("dovecotauth_host", (next(hosts))); -- TODO Is there a better solution? -local allow_master = module:get_option_boolean("adovecotauth_allow_master", false); +local allow_master = module:get_option_boolean("dovecotauth_allow_master", false); -- Active sessions local sessions = {};