1
0
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:
Ronnie Sahlberg
2012-02-06 17:32:34 +11:00
parent 0c6178e629
commit b7f0e0353f

View File

@ -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));