diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/msg_channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/msg_channel.c b/source3/lib/msg_channel.c index 2b02f563e7..c68c11ec2f 100644 --- a/source3/lib/msg_channel.c +++ b/source3/lib/msg_channel.c @@ -196,7 +196,7 @@ static void msg_channel_init_got_msg(struct messaging_context *msg, return; } - im = tevent_create_immediate(s->ev); + im = tevent_create_immediate(s); if (im == NULL) { goto fail; } |