Refetch an HS's desc if we don't have a usable one
commit6803c1c371b9cfea30c32dc9eaf3f976614a103c
authorRobert Ransom <rransom.8774@gmail.com>
Thu, 29 Sep 2011 03:00:24 +0000 (28 20:00 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Sun, 2 Oct 2011 19:42:19 +0000 (2 12:42 -0700)
tree39653724630e12be48c6c815a31cdc4035b320ed
parentac7b6c508dca24a256abc30b4ecaf21019569a38
Refetch an HS's desc if we don't have a usable one

Previously, we wouldn't refetch an HS's descriptor unless we didn't
have one at all.  That was equivalent to refetching iff we didn't have
a usable one, but the next commit will make us keep some non-usable HS
descriptors around in our cache.

Code bugfix on the release that introduced the v2 HS directory system,
because rend_client_refetch_v2_renddesc's documentation comment should
have described what it actually did, not what its behaviour happened
to be equivalent to; no behaviour change in this commit.
src/or/rendclient.c