Revert "feature"
[metze/samba/wip.git] / lib / tevent / tevent_epoll.c
index 507ea5ca7fde055a01ee0cb2a5649632cf1a64ed..4147c67af2a014ed16b829c7730ac0f1fbb93a34 100644 (file)
@@ -903,6 +903,10 @@ static int epoll_event_loop_once(struct tevent_context *ev, const char *location
                return 0;
        }
 
+       if (ev->threaded_contexts != NULL) {
+               tevent_common_threaded_activate_immediate(ev);
+       }
+
        if (ev->immediate_events &&
            tevent_common_loop_immediate(ev)) {
                return 0;