summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_pam_chauthtok.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-11-17 11:35:19 +0100
committerJeremy Allison <jra@samba.org>2017-11-18 00:09:16 +0100
commit7e83d1489406cd53d72097e40bf02295c88ea61e (patch)
tree7f610cce56c77fcf3594b8c0751b1d3ee9e904ce /source3/winbindd/winbindd_pam_chauthtok.c
parentd27f38d35bf111a5c0a898a5ef8b7dd0b320da0d (diff)
downloadsamba-7e83d1489406cd53d72097e40bf02295c88ea61e.tar.gz
winbind: Replace winbind_event_context with server_event_context
There's no point in having two global event contexts BUG: https://bugzilla.samba.org/show_bug.cgi?id=13150 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_pam_chauthtok.c')
-rw-r--r--source3/winbindd/winbindd_pam_chauthtok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_pam_chauthtok.c b/source3/winbindd/winbindd_pam_chauthtok.c
index 8ffbc29b973..0d749fbcecd 100644
--- a/source3/winbindd/winbindd_pam_chauthtok.c
+++ b/source3/winbindd/winbindd_pam_chauthtok.c
@@ -79,7 +79,7 @@ struct tevent_req *winbindd_pam_chauthtok_send(
return tevent_req_post(req, ev);
}
- subreq = wb_domain_request_send(state, winbind_event_context(),
+ subreq = wb_domain_request_send(state, server_event_context(),
contact_domain, request);
if (tevent_req_nomem(subreq, req)) {
return tevent_req_post(req, ev);