summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-03-22 10:54:41 +0100
committerStefan Metzmacher <metze@samba.org>2018-06-18 08:59:18 +0200
commit19119a55490bcfacbc7d4be340f650e9eaf212f2 (patch)
treedea4b06ec1baf962193f1a20397bef73aa4c140f /source3/librpc
parentdb83a8f7c86946d478a55b611779b9666a47cabc (diff)
downloadsamba-19119a55490bcfacbc7d4be340f650e9eaf212f2.tar.gz
smbd: rename smbXsrv_client->ev_ctx into smbXsrv_client->raw_ev_ctx
That makes it clearer that no tevent_context wrapper is used here and the related code should really run without any (active) impersonation as before. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/smbXsrv.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl
index 26758113af4..935c4084252 100644
--- a/source3/librpc/idl/smbXsrv.idl
+++ b/source3/librpc/idl/smbXsrv.idl
@@ -107,7 +107,7 @@ interface smbXsrv
typedef [public] struct {
[ignore] smbXsrv_client_table *table;
- [ignore] struct tevent_context *ev_ctx;
+ [ignore] struct tevent_context *raw_ev_ctx;
[ignore] struct messaging_context *msg_ctx;
[ref] smbXsrv_client_global0 *global;