]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-auth-client: Remove obsolete comment
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 4 Dec 2025 14:15:46 +0000 (16:15 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Fri, 28 Nov 2025 14:14:55 +0000 (14:14 +0000)
src/lib-auth-client/auth-master.c

index c1f89633d07c5a8bf4406ddd0464a09063c165ec..cd54475ad6b7137bb7a2baa4cc2fefa9287953e5 100644 (file)
@@ -1304,10 +1304,6 @@ auth_user_list_reply_callback(const struct auth_master_reply *reply,
                return -1;
        }
 
-       /* We'll just read all the users into memory. otherwise we'd have to use
-          a separate connection for listing and there's a higher chance of a
-          failure since the connection could be open to dovecot-auth for a long
-          time. */
        str_append(ctx->username, args[0]);
        return 0;
 }