diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-06-16 22:07:16 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-16 16:25:35 -0400 |
commit | 3847f54945933a11d14053b80427f268ffcfd8ad (patch) | |
tree | abd62794188c9971a354fb2535ece3c778982780 /src/or/rendclient.c | |
parent | 7f8a6c5e92531658e54b243ab00d1f279693a28d (diff) | |
download | tor-3847f54945933a11d14053b80427f268ffcfd8ad.tar.gz tor-3847f54945933a11d14053b80427f268ffcfd8ad.zip |
Backport fix for bug 997.
Backporting 6a32beb and ca8708a.
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 784db9dadf..1103014fa7 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -473,10 +473,9 @@ rend_client_refetch_renddesc(const char *query) } } -/** Start a connection to a hidden service directory to fetch a v2 - * rendezvous service descriptor for the base32-encoded service ID - * <b>query</b>. - */ +/** Unless we already have a descriptor for <b>rend_query</b> with at least + * one (possibly) working introduction point in it, start a connection to a + * hidden service directory to fetch a v2 rendezvous service descriptor. */ void rend_client_refetch_v2_renddesc(const rend_data_t *rend_query) { |