diff options
Diffstat (limited to 'src/or/rendcache.c')
-rw-r--r-- | src/or/rendcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendcache.c b/src/or/rendcache.c index 8f3ddf5585..9be9e24941 100644 --- a/src/or/rendcache.c +++ b/src/or/rendcache.c @@ -129,6 +129,7 @@ rend_cache_failure_intro_entry_new(rend_intro_point_failure_t failure) { rend_cache_failure_intro_t *entry = tor_malloc(sizeof(*entry)); entry->failure_type = failure; + entry->created_ts = time(NULL); return entry; } |