]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-sasl: Add missing input handler for xoauth2
authorAki Tuomi <aki.tuomi@dovecot.fi>
Thu, 30 Mar 2017 13:09:06 +0000 (16:09 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 3 Apr 2017 19:10:18 +0000 (22:10 +0300)
src/lib-sasl/mech-oauthbearer.c

index f372b0bcc1ee2679ead8c7eded010e995e8ee1a4..5ce821d1565b3d9ef0b025c987abe79f2e2989a6 100644 (file)
@@ -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,