smbd: replace xconn->ev_ctx with xconn->client->raw_ev_ctx
commitd39f6ce3b1ac9f70040e8140937280f445d2d861
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Mar 2018 09:54:41 +0000 (22 10:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2018 06:59:18 +0000 (18 08:59 +0200)
tree141829e8940a522379b2b7e1ea6928c5c66f4337
parent19119a55490bcfacbc7d4be340f650e9eaf212f2
smbd: replace xconn->ev_ctx with xconn->client->raw_ev_ctx

This is the same pointer and we don't have a lot of callers,
so we can just use one pointer.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/globals.h
source3/smbd/oplock.c
source3/smbd/process.c
source3/smbd/smb2_server.c