]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: db_oauth2_have_all_fields() - Fix auth field existence check
authorMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Tue, 7 Jun 2022 06:40:10 +0000 (09:40 +0300)
committerMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Tue, 7 Jun 2022 07:08:58 +0000 (10:08 +0300)
commitf0a9cbfb9d7f9511ebafc5532ba3a3fd1d4bf911
tree51c28b8b43fceb48036639720894b99de18cccfe
parentc4086c78a8596aa10b17101c0425d5f6b6af30b2
auth: db_oauth2_have_all_fields() - Fix auth field existence check

The correct pointer to pass on there is field, since ptr is the original
which still includes the ending }.

Broken in 9b670175445a75987a713ff899d1a945255b0b5b and incorrectly fixed
in 5c2f3d0b85830d18dbb8b45b348da091e24d1b3b.
src/auth/db-oauth2.c