aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-02 04:39:56 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-02 04:39:56 +0000
commit1a254477fc318f4ad325af90481885e0b5f16505 (patch)
treeff4739c8034ddc51da483766e64b211b15799897 /src/or/routerlist.c
parentf901cd064c77645d30782f331ae48abd0f32eb5b (diff)
downloadtor-1a254477fc318f4ad325af90481885e0b5f16505.tar
tor-1a254477fc318f4ad325af90481885e0b5f16505.tar.gz
minor cleanups
svn:r12631
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 7239a455c..d7d33305b 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3065,7 +3065,7 @@ router_load_single_router(const char *s, uint8_t purpose, int cache,
routerinfo_t *ri;
int r;
smartlist_t *lst;
- char annotation_buf[256];
+ char annotation_buf[ROUTER_ANNOTATION_BUF_LEN];
tor_assert(msg);
*msg = NULL;