changeset 339:5aa8229e8815

mod_auth_dovecot: Add line missing from previous commit.
author Kim Alvefur <zash@zash.se>
date Sun, 13 Feb 2011 23:30:11 +0100
parents 6560fd0b77f5
children 5d306466f3f6
files mod_auth_dovecot/mod_auth_dovecot.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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