mod_auth_dovecot: Add line missing from previous commit.
authorKim Alvefur <zash@zash.se>
Sun, 13 Feb 2011 23:30:11 +0100
changeset 339 5aa8229e8815
parent 338 6560fd0b77f5
child 340 5d306466f3f6
mod_auth_dovecot: Add line missing from previous commit.
mod_auth_dovecot/mod_auth_dovecot.lua
--- a/mod_auth_dovecot/mod_auth_dovecot.lua	Sun Feb 13 23:29:05 2011 +0100
+++ b/mod_auth_dovecot/mod_auth_dovecot.lua	Sun Feb 13 23:30:11 2011 +0100
@@ -59,6 +59,7 @@
 		
 		-- Parse Dovecot's handshake
 		local done = false;
+		local supported_mechs = {};
 		while (not done) do
 			local line = provider:receive();
 			if not line then