From 15efcbaa09472b306a875178ee535a06d1b01811 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 25 May 2010 15:28:35 -0400 Subject: s4:lib: use tevent_ fns names instead of legcay event_ ones --- source4/lib/socket/connect_multi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/socket/connect_multi.c') diff --git a/source4/lib/socket/connect_multi.c b/source4/lib/socket/connect_multi.c index 4ce5115e97..96277a6139 100644 --- a/source4/lib/socket/connect_multi.c +++ b/source4/lib/socket/connect_multi.c @@ -161,7 +161,7 @@ static void connect_multi_next_socket(struct composite_context *result) /* note that this timer is a child of the single connect attempt state, so it will go away when this request completes */ - event_add_timed(result->event_ctx, state, + tevent_add_timer(result->event_ctx, state, timeval_current_ofs_usec(MULTI_PORT_DELAY), connect_multi_timer, result); } -- cgit