diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/kcc/kcc_periodic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/kcc/kcc_periodic.c b/source4/dsdb/kcc/kcc_periodic.c index 28ff404748..a79c848567 100644 --- a/source4/dsdb/kcc/kcc_periodic.c +++ b/source4/dsdb/kcc/kcc_periodic.c @@ -113,7 +113,7 @@ static void kccsrv_notify_drepl_server(struct kccsrv_service *s, struct dcerpc_binding_handle *irpc_handle; struct tevent_req *subreq; - state = talloc_zero(mem_ctx, struct kccsrv_notify_drepl_server_state); + state = talloc_zero(s, struct kccsrv_notify_drepl_server_state); if (state == NULL) { return; } |