summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-02-17 12:18:45 +0100
committerAndreas Schneider <asn@samba.org>2011-02-21 23:00:02 +0100
commit184702a43d7976041aaaf721b25c8eaca627259e (patch)
treeb6a603ca0630fe71fa0b84ee137d39bdb07f5a3a /source3/smbd
parent02b356d7a8f75e5ea431a29e33845df089ff7446 (diff)
downloadsamba-184702a43d7976041aaaf721b25c8eaca627259e.tar.gz
samba-184702a43d7976041aaaf721b25c8eaca627259e.tar.bz2
samba-184702a43d7976041aaaf721b25c8eaca627259e.zip
s3-rpc_server: Pass tevent_context to dcerpc endpoints.
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index abdd52accb..4b41750ac2 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -1196,7 +1196,7 @@ extern void build_options(bool screen);
return -1;
}
- if (!srv_rpc_register(smbd_server_conn->msg_ctx)) {
+ if (!srv_rpc_register(smbd_event_context(), smbd_server_conn->msg_ctx)) {
exit(1);
}