From: Timo Sirainen Date: Thu, 4 Dec 2025 14:15:46 +0000 (+0200) Subject: lib-auth-client: Remove obsolete comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd884a91e128b870488401378c580861d7fb632;p=thirdparty%2Fdovecot%2Fcore.git lib-auth-client: Remove obsolete comment --- diff --git a/src/lib-auth-client/auth-master.c b/src/lib-auth-client/auth-master.c index c1f89633d0..cd54475ad6 100644 --- a/src/lib-auth-client/auth-master.c +++ b/src/lib-auth-client/auth-master.c @@ -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; }