torture: use tevent_ functions names instead of the legacy event_ ones
[ira/wip.git] / source4 / torture / rpc / netlogon.c
index 70e1fd9ebbfc9cc6a917deb0e7ec3ce636c36188..0fe594cf7eaf44357685bf52c2823ee3f5ada192 100644 (file)
@@ -3453,8 +3453,8 @@ static bool test_GetDomainInfo_async(struct torture_context *tctx,
 
                /* even with this flush per request a w2k3 server seems to 
                   clag with multiple outstanding requests. bleergh. */
-               torture_assert_int_equal(tctx, event_loop_once(dcerpc_event_context(p)), 0, 
-                                        "event_loop_once failed");
+               torture_assert_int_equal(tctx, tevent_loop_once(dcerpc_event_context(p)), 0, 
+                                        "tevent_loop_once failed");
        }
 
        for (i=0;i<ASYNC_COUNT;i++) {