diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index a29decfbaa..e1dfa2a795 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -1650,7 +1650,7 @@ rep_hist_free_all(void) /** List element containing a service id and the count. */ typedef struct hs_usage_list_elem_t { /** Service id of this elem. */ - char service_id[REND_SERVICE_ID_LEN+1]; + char service_id[REND_SERVICE_ID_LEN_BASE32+1]; /** Number of occurrences for the given service id. */ uint32_t count; /* Pointer to next list elem */ |