]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: istream-multiplex - Minor optimization
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 10 Oct 2017 09:33:08 +0000 (12:33 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 10 Oct 2017 11:09:34 +0000 (14:09 +0300)
commit979a1396a467dc5cbc26969067e8ac826a9dd747
tree1f7280650ffe4df5a2f64e3a1ea61e8d28a38829
parentedde8ef105eb385f6e0a7e551ac87aa0ccdfac98
lib: istream-multiplex - Minor optimization

There's no need to find channel when we already know it. This also helps
static analyzers to understand that req_channel can't be NULL.
src/lib/istream-multiplex.c