diff options
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index b95d0cb794..d4bd9f6bfe 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -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); } } |