From 036f34dd2bc330293d347f6c33c99c2adbbd78f0 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 30 Mar 2017 16:09:06 +0300 Subject: [PATCH] lib-sasl: Add missing input handler for xoauth2 --- src/lib-sasl/mech-oauthbearer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib-sasl/mech-oauthbearer.c b/src/lib-sasl/mech-oauthbearer.c index f372b0bcc1..5ce821d156 100644 --- a/src/lib-sasl/mech-oauthbearer.c +++ b/src/lib-sasl/mech-oauthbearer.c @@ -193,6 +193,7 @@ const struct dsasl_client_mech dsasl_client_mech_xoauth2 = { .name = "XOAUTH2", .struct_size = sizeof(struct oauthbearer_dsasl_client), + .input = mech_oauthbearer_input, .output = mech_xoauth2_output, .set_parameter = mech_oauthbearer_set_parameter, .get_result = mech_oauthbearer_get_result, -- 2.47.3