mirror of
https://github.com/NetworkConfiguration/dhcpcd.git
synced 2026-01-26 06:07:57 +00:00
Fix eloop test
This commit is contained in:
parent
3b187a7fcc
commit
e35e6c8d74
@ -108,7 +108,7 @@ runone(struct timespec *t)
|
||||
|
||||
if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
|
||||
err(EXIT_FAILURE, "clock_gettime");
|
||||
result = eloop_start(e, NULL);
|
||||
result = eloop_start(e);
|
||||
if (clock_gettime(CLOCK_MONOTONIC, &te) == -1)
|
||||
err(EXIT_FAILURE, "clock_gettime");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user