mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
TESTS: ctdb_fetch needs to allow tevent nesting
(This used to be ctdb commit 4fa3f109b7ddc40e79c5fbb9688e0e830c0a655e)
This commit is contained in:
@ -206,6 +206,7 @@ int main(int argc, const char *argv[])
|
||||
}
|
||||
|
||||
ev = event_context_init(NULL);
|
||||
tevent_loop_allow_nesting(ev);
|
||||
|
||||
ctdb = ctdb_cmdline_client(ev, timeval_current_ofs(3, 0));
|
||||
|
||||
|
Reference in New Issue
Block a user