mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
extra points if it compiles
svn:r12688
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user