]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: auth_worker_call() - Return void instead of the connection
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 19 Apr 2022 08:42:05 +0000 (11:42 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 21 Apr 2022 07:45:56 +0000 (07:45 +0000)
commit1c6c3c320d932a64a3fb048484fd2c163fa8aa46
treefed477e084cd64c759f7de821e3e271d70fa7f7f
parent94577c4450f7fe23896d163fa88645f921a0d7f2
auth: auth_worker_call() - Return void instead of the connection

The return value is no longer necessary, and it most likely would just be
used wrong.
src/auth/auth-worker-server.c
src/auth/auth-worker-server.h