diff options
Diffstat (limited to 'src/conn-tools/s6-tlsc.c')
-rw-r--r-- | src/conn-tools/s6-tlsc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conn-tools/s6-tlsc.c b/src/conn-tools/s6-tlsc.c index cbac1eb..805cc7f 100644 --- a/src/conn-tools/s6-tlsc.c +++ b/src/conn-tools/s6-tlsc.c @@ -93,5 +93,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() ; return s6tlsc(argv, envp, &tto, preoptions, options, uid, gid, verbosity, servername, fds) ; } |