lib/util/time.c: timeval_current_ofs_usec
[sfrench/samba-autobuild/.git] / source4 / lib / socket / connect_multi.c
index 300e5fb1e531e30331812e1fe6fd18a4abbcc97e..e3b58456c4c37df875ba8815f3609bf953693b26 100644 (file)
@@ -162,7 +162,7 @@ static void connect_multi_next_socket(struct composite_context *result)
                   connect attempt state, so it will go away when this
                   request completes */
                event_add_timed(result->event_ctx, state,
-                               timeval_current_ofs(0, MULTI_PORT_DELAY),
+                               timeval_current_ofs_usec(MULTI_PORT_DELAY),
                                connect_multi_timer, result);
        }
 }