summaryrefslogtreecommitdiff
path: root/src/conn-tools/s6-tlsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn-tools/s6-tlsd.c')
-rw-r--r--src/conn-tools/s6-tlsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-tools/s6-tlsd.c b/src/conn-tools/s6-tlsd.c
index d70d2c7..923ac47 100644
--- a/src/conn-tools/s6-tlsd.c
+++ b/src/conn-tools/s6-tlsd.c
@@ -75,6 +75,6 @@ int main (int argc, char const *const *argv, char const *const *envp)
if (x && !gid0_scan(x, &gid)) strerr_dieinvalid(100, "TLS_GID") ;
}
- tain_now_set_stopwatch() ;
+ tain_now_set_stopwatch_g() ;
return s6tlsd(argv, envp, &tto, preoptions, options, uid, gid, verbosity) ;
}