mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Use readily available event context.
(This used to be commit 2823fca23a
)
This commit is contained in:
parent
a5d52174bd
commit
a195cd9d8f
@ -219,7 +219,7 @@ static NTSTATUS pvfs_connect(struct ntvfs_module_context *ntvfs,
|
||||
pvfs->ntvfs->ctx->server_id,
|
||||
pvfs->ntvfs->ctx->msg_ctx,
|
||||
pvfs->ntvfs->ctx->lp_ctx,
|
||||
event_context_find(pvfs),
|
||||
pvfs->ntvfs->ctx->event_ctx,
|
||||
pvfs->ntvfs->ctx->config);
|
||||
|
||||
pvfs->wbc_ctx = wbc_init(pvfs,
|
||||
|
Loading…
Reference in New Issue
Block a user