diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-07 21:59:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-07 21:59:05 +0100 |
commit | 0d53d893f5c7b279e69320ee60a3459e8b464d4d (patch) | |
tree | b74116684efc60bd48d6db793ec2fd57ce109b84 /src/auditor/taler-wire-auditor.c | |
parent | fdb768653ecfb0b5555f65f163096caf8901db26 (diff) |
fix start time
Diffstat (limited to 'src/auditor/taler-wire-auditor.c')
-rw-r--r-- | src/auditor/taler-wire-auditor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index 544f12772..e66834a13 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -2145,6 +2145,7 @@ run (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Launching auditor\n"); + start_time = GNUNET_TIME_absolute_get (); cfg = c; if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, |