r16550@catbus: nickm | 2007-11-07 16:50:02 -0500

"And $499 for knowing where to hit it."  Fix bug 546.


svn:r12425
This commit is contained in:
Nick Mathewson
2007-11-07 21:51:21 +00:00
parent df731fc447
commit d279fb82e2
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ connection_dir_download_cert_failed(dir_connection_t *conn, int status)
if (!conn->requested_resource)
return;
failed = smartlist_create();
dir_split_resource_into_fingerprints(conn->requested_resource,
dir_split_resource_into_fingerprints(conn->requested_resource+3,
failed, NULL, 1, 0);
SMARTLIST_FOREACH(failed, char *, cp,
{