lib: Remove timeval_set()
[samba.git] / source3 / winbindd / winbindd_dual.c
index e63b4052fd81fcf86822f16990e99f0d67afc5ac..fdb66d0e1c7b4ab11ee3bd97b7a6de7312143547 100644 (file)
@@ -1285,7 +1285,7 @@ static bool calculate_next_machine_pwd_change(const char *domain,
                next_change = pass_last_set_time + timeout;
                DEBUG(10,("machine password still valid until: %s\n",
                        http_timestring(talloc_tos(), next_change)));
-               *t = timeval_set(next_change, 0);
+               *t = tevent_timeval_set(next_change, 0);
 
                if (lp_clustering()) {
                        uint8_t randbuf;