summaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-06 07:17:05 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-06 07:17:05 +0000
commita107a1624be07e2a5727d2780bf2ef294abcebc3 (patch)
tree8757e70eb5814ff1026d141094973a3b123b6134 /src/or/control.c
parent8de470cf690da38069766d827b5fd0a2a13960fe (diff)
downloadtor-a107a1624be07e2a5727d2780bf2ef294abcebc3.tar.gz
tor-a107a1624be07e2a5727d2780bf2ef294abcebc3.zip
extra points if it compiles
svn:r12688
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index eda4be1970..5bb024ba7e 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -1364,7 +1364,7 @@ getinfo_helper_dir(control_connection_t *control_conn,
signed_descriptor_get_annotations(&ri->cache_info);
if (annotations)
*answer = tor_strndup(annotations,
- ri->cache_info.signed_annotations_len);
+ ri->cache_info.annotations_len);
}
} else if (!strcmpstart(question, "dir/server/")) {
size_t answer_len = 0, url_len = strlen(question)+2;