mod_auth_imap/auth_imap/sasl_imap.lib.lua
changeset 5017 a106477f1a65
parent 3767 f384669a9359
--- 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