]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
global: Remove unnecessary checks for mail_debug and auth_request->debug
authorSergey Kitov <sergey.kitov@open-xchange.com>
Mon, 19 Mar 2018 12:50:31 +0000 (14:50 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 30 May 2018 07:35:53 +0000 (07:35 +0000)
commit82452b13eabe161ef0f5808030d6d58ef0663ebb
tree59e3c3ebe6cccd6034fdf0282dbf4941f89f266a
parent73bb1085d5c3406b7eab073fb86d7b7b886ccaad
global: Remove unnecessary checks for mail_debug and auth_request->debug

These checks are performed before calling auth_request_log_debug() and
push_notification_driver_debug(), while the same checks are performed
inside of these functions, and they return without doing anything.
src/auth/db-oauth2.c
src/auth/userdb-prefetch.c
src/plugins/push-notification/push-notification-driver-ox.c