summaryrefslogtreecommitdiff
path: root/source3/lib/msg_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/msg_channel.c')
-rw-r--r--source3/lib/msg_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/msg_channel.c b/source3/lib/msg_channel.c
index c68c11ec2f..537b162737 100644
--- a/source3/lib/msg_channel.c
+++ b/source3/lib/msg_channel.c
@@ -138,7 +138,7 @@ int msg_channel_init(TALLOC_CTX *mem_ctx, struct messaging_context *msg,
int err = ENOMEM;
bool ok;
- ev = tevent_context_init(frame);
+ ev = samba_tevent_context_init(frame);
if (ev == NULL) {
goto fail;
}