diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-28 17:31:03 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-29 09:36:24 +1100 |
commit | fc226f81c6c14b1afc9b98692463ff1e2f9b2464 (patch) | |
tree | a62ff3de5de68a28689b14129f6cf59891608deb /source4 | |
parent | f320fb3df4fd9f52ecb18b1f2ef3dc34e85ccc8e (diff) | |
download | samba-fc226f81c6c14b1afc9b98692463ff1e2f9b2464.tar.gz samba-fc226f81c6c14b1afc9b98692463ff1e2f9b2464.tar.bz2 samba-fc226f81c6c14b1afc9b98692463ff1e2f9b2464.zip |
s4-gensec: fix cyrus sasl module after update() protype change
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/gensec/cyrus_sasl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/gensec/cyrus_sasl.c b/source4/auth/gensec/cyrus_sasl.c index 136bb8d43a..2e733bfe0b 100644 --- a/source4/auth/gensec/cyrus_sasl.c +++ b/source4/auth/gensec/cyrus_sasl.c @@ -205,6 +205,7 @@ static NTSTATUS gensec_sasl_client_start(struct gensec_security *gensec_security static NTSTATUS gensec_sasl_update(struct gensec_security *gensec_security, TALLOC_CTX *out_mem_ctx, + struct tevent_context *ev, const DATA_BLOB in, DATA_BLOB *out) { struct gensec_sasl_state *gensec_sasl_state = talloc_get_type(gensec_security->private_data, |