# HG changeset patch # User Kim Alvefur # Date 1297636211 -3600 # Node ID 5aa8229e88151ef1ae6d8f073dd053e18424ffdd # Parent 6560fd0b77f5f6951b2badb81f71069e6e23b5d8 mod_auth_dovecot: Add line missing from previous commit. diff -r 6560fd0b77f5 -r 5aa8229e8815 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