From: Timo Sirainen Date: Sat, 24 Jun 2023 20:19:08 +0000 (+0300) Subject: lib-oauth2: Rename X-Dovecot-Auth-Service header to X-Dovecot-Auth-Protocol X-Git-Tag: 2.4.1~1548 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90dfd4125fbdfe558f23c05867c53a04bb05159f;p=thirdparty%2Fdovecot%2Fcore.git lib-oauth2: Rename X-Dovecot-Auth-Service header to X-Dovecot-Auth-Protocol --- diff --git a/src/lib-oauth2/oauth2-request.c b/src/lib-oauth2/oauth2-request.c index 230288cc1a..50cb3da7d3 100644 --- a/src/lib-oauth2/oauth2-request.c +++ b/src/lib-oauth2/oauth2-request.c @@ -198,7 +198,7 @@ oauth2_request_set_headers(struct oauth2_request *req, return; if (input->protocol != NULL) { http_client_request_add_header( - req->req, "X-Dovecot-Auth-Service", input->protocol); + req->req, "X-Dovecot-Auth-Protocol", input->protocol); } if (input->local_ip.family != 0) { http_client_request_add_header(