diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 8425fcc88e..6e8250a8e1 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1311,7 +1311,7 @@ generate_v2_networkstatus(void) or_options_t *options = get_options(); char fingerprint[FINGERPRINT_LEN+1]; char ipaddr[INET_NTOA_BUF_LEN+1]; - char published[ISO_TIME_LEN]; + char published[ISO_TIME_LEN+1]; char digest[DIGEST_LEN]; struct in_addr in; uint32_t addr; |