summaryrefslogtreecommitdiff
path: root/src/fdholder/s6-fdholder-setdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdholder/s6-fdholder-setdump.c')
-rw-r--r--src/fdholder/s6-fdholder-setdump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fdholder/s6-fdholder-setdump.c b/src/fdholder/s6-fdholder-setdump.c
index 3265997..66192a1 100644
--- a/src/fdholder/s6-fdholder-setdump.c
+++ b/src/fdholder/s6-fdholder-setdump.c
@@ -40,8 +40,7 @@ int main (int argc, char const *const *argv)
x = getenv("S6_FD#") ;
if (!x) strerr_dienotset(100, "S6_FD#") ;
if (!uint0_scan(x, &dumplen)) strerr_dieinvalid(100, "S6_FD#") ;
- tain_now_set_stopwatch() ;
- tain_now_g() ;
+ tain_now_set_stopwatch_g() ;
tain_add_g(&deadline, &deadline) ;
if (!s6_fdholder_start_g(&a, argv[0], &deadline))
strerr_diefu2sys(111, "connect to a fd-holder daemon at ", argv[0]) ;