]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: oauth2 - cleanup db_oauth2_lookup_callback_t
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 15 Mar 2017 22:54:44 +0000 (00:54 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 15 Mar 2017 23:38:24 +0000 (01:38 +0200)
commitd88304d95978c1f92477f5c35f1821510ca607e6
tree034ae401b08bbab0a5bcf8e093e8c7cb5f157e55
parent34cb91abb3ba217aa1220b967b61aabc00f7251c
auth: oauth2 - cleanup db_oauth2_lookup_callback_t

db parameter isn't needed, because request->db already contains it.
Also moved request parameter to be the first.
src/auth/db-oauth2.c
src/auth/db-oauth2.h
src/auth/passdb-oauth2.c