extra points if it compiles

svn:r12688
This commit is contained in:
Roger Dingledine
2007-12-06 07:17:05 +00:00
parent 8de470cf69
commit a107a1624b
+1 -1
View File
@@ -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;