mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
36e7045340
Only tevent_loop_once and tevent_loop_until() should care about the nesting level. This fixes the samba3 printing code where we use tevent_loop_wait() and don't allow nested events. We still call the nesting hook for all levels, we need to decide if we really want this... metze