summaryrefslogtreecommitdiff
path: root/src/minidentd
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-09-06 12:31:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-09-06 12:31:32 +0000
commitfd151339c157d8df21f44fd12a42adc2700cce2a (patch)
treeb4c86e15f826f29baa8d5ecb6488302f85ac26fe /src/minidentd
parent9c5b811d182f77b67a0bb5cd5f4a33774304e1d4 (diff)
downloads6-networking-fd151339c157d8df21f44fd12a42adc2700cce2a.tar.xz
Adapt to new stopwatch API
Diffstat (limited to 'src/minidentd')
-rw-r--r--src/minidentd/minidentd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/minidentd/minidentd.c b/src/minidentd/minidentd.c
index 9b13285..898de28 100644
--- a/src/minidentd/minidentd.c
+++ b/src/minidentd/minidentd.c
@@ -252,8 +252,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
if (!random_init())
strerr_diefu1sys(111, "init random generator") ;
- tain_now_set_stopwatch() ;
- tain_now_g() ;
+ tain_now_set_stopwatch_g() ;
for (;;)
{