diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-27 01:03:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-27 01:03:30 +0000 |
commit | 6dfd2f531cc086d66611ec101298bf9b82ae4fed (patch) | |
tree | 04a11ca6ee23da8a1182e8fe8b89d842784912c4 /src/or/rendclient.c | |
parent | 68cf666d04aebe8bb905bd79dfd61f82fda8731d (diff) | |
download | tor-6dfd2f531cc086d66611ec101298bf9b82ae4fed.tar tor-6dfd2f531cc086d66611ec101298bf9b82ae4fed.tar.gz |
Revert r13301 and part of r13304. I guess nick's svk messed up.
svn:r13305
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 9e4475821..c8f6f43f0 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -336,7 +336,7 @@ directory_clean_last_hid_serv_requests(void) * in the case that no hidden service directory is left to ask for the * descriptor, return 0, and in case of a failure -1. <b>query</b> is only * passed for pretty log statements. */ -int +static int directory_get_from_hs_dir(const char *desc_id, const char *query) { smartlist_t *responsible_dirs = smartlist_create(); |