]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
login-common: Don't call client_input() directly in clients_notify_auth_connected()
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 3 Sep 2019 12:47:18 +0000 (15:47 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 3 Sep 2019 12:47:18 +0000 (15:47 +0300)
commit839634823cb532dee1d5f76de36eb3248d767c00
treebdc2d17eb0935ffd29bb16b618d37129b6dfaefb
parentf7edd270ec8cafa02478aeaab956146178320447
login-common: Don't call client_input() directly in clients_notify_auth_connected()

This probably won't fix anything, but it's cleaner to get to client_input()
always from IO loop directly. Although it might shrink data stack's memory
usage.
src/login-common/client-common-auth.c