# HG changeset patch # User Kim Alvefur # Date 1661349797 -7200 # Node ID a106477f1a657e029e1deb74f64f598029611079 # Parent b97a2ffef87f4d866ebff13093773a85441f68a4 mod_auth_imap: Remove unused variable [luacheck] diff -r b97a2ffef87f -r a106477f1a65 mod_auth_imap/auth_imap/sasl_imap.lib.lua --- a/mod_auth_imap/auth_imap/sasl_imap.lib.lua Wed Aug 24 16:02:00 2022 +0200 +++ b/mod_auth_imap/auth_imap/sasl_imap.lib.lua Wed Aug 24 16:03:17 2022 +0200 @@ -195,7 +195,7 @@ log("debug", "Received %d bytes from socket: %s", #line, line); while line and line:match("^%* ") do - line, err = self.conn:receive("*l"); + line = self.conn:receive("*l"); end if line:match("^%+") and #line > 2 then