diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-02 04:39:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-02 04:39:56 +0000 |
commit | 1a254477fc318f4ad325af90481885e0b5f16505 (patch) | |
tree | ff4739c8034ddc51da483766e64b211b15799897 /src/or/dirserv.c | |
parent | f901cd064c77645d30782f331ae48abd0f32eb5b (diff) | |
download | tor-1a254477fc318f4ad325af90481885e0b5f16505.tar.gz tor-1a254477fc318f4ad325af90481885e0b5f16505.zip |
minor cleanups
svn:r12631
Diffstat (limited to 'src/or/dirserv.c')
-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 a040b6263d..b48dd142a4 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -557,7 +557,7 @@ dirserv_add_multiple_descriptors(const char *desc, uint8_t purpose, const char *s; int n_parsed = 0; time_t now = time(NULL); - char annotation_buf[256]; + char annotation_buf[ROUTER_ANNOTATION_BUF_LEN]; char time_buf[ISO_TIME_LEN+1]; int general = purpose == ROUTER_PURPOSE_GENERAL; tor_assert(msg); |