diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-16 22:52:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-16 22:52:07 +0200 |
commit | a195cd9d8f3d0c0185fbf82388bd1efaa63e7bd5 (patch) | |
tree | beb6e8c6b16baecf5d3a37d4b687000ea38b86eb | |
parent | a5d52174bd993b32d01d26a795a56df4a92eba45 (diff) | |
download | samba-a195cd9d8f3d0c0185fbf82388bd1efaa63e7bd5.tar.gz samba-a195cd9d8f3d0c0185fbf82388bd1efaa63e7bd5.tar.bz2 samba-a195cd9d8f3d0c0185fbf82388bd1efaa63e7bd5.zip |
Use readily available event context.
(This used to be commit 2823fca23a4cacc996c808f22cba50b4482b5921)
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.c b/source4/ntvfs/posix/vfs_posix.c index ebc2d88e70..14b5210fd0 100644 --- a/source4/ntvfs/posix/vfs_posix.c +++ b/source4/ntvfs/posix/vfs_posix.c @@ -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, |