Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs.

svn:r2808
This commit is contained in:
Nick Mathewson
2004-11-12 16:39:03 +00:00
parent 2a5bcb29e6
commit 60880cda84
14 changed files with 133 additions and 91 deletions
+1 -2
View File
@@ -246,8 +246,7 @@ rend_client_refetch_renddesc(const char *query)
log_fn(LOG_INFO,"Would fetch a new renddesc here (for %s), but one is already in progress.", query);
} else {
/* not one already; initiate a dir rend desc lookup */
directory_get_from_dirserver(DIR_PURPOSE_FETCH_RENDDESC,
query, strlen(query));
directory_get_from_dirserver(DIR_PURPOSE_FETCH_RENDDESC, query);
}
}