Clean up a couple more bug1138 issues mentioned by roger on code review

This commit is contained in:
Nick Mathewson 2010-09-12 21:12:17 -04:00
parent 22ab997e83
commit 5634e03302

View File

@ -693,7 +693,6 @@ connection_dir_bridge_routerdesc_failed(dir_connection_t *conn)
{
smartlist_t *which = NULL;
tor_assert(conn->requested_resource);
/* Requests for bridge descriptors are in the form 'fp/', so ignore
anything else. */
if (!conn->requested_resource || strcmpstart(conn->requested_resource,"fp/"))