This is no real change, but it makes sure we only have to
change samba_tevent_context_init() in future in order to
distribute the change to all places.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
{
struct tevent_context *ev;
- ev = tevent_context_init_byname(mem_ctx, NULL);
+ ev = samba_tevent_context_init(mem_ctx);
if (ev) {
samba_tevent_set_debug(ev, "s4_tevent");
tevent_loop_allow_nesting(ev);