diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-05-22 15:45:46 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2017-05-22 15:45:46 +0300 |
commit | e102ad60d0490abf97102644960a9c602c658992 (patch) | |
tree | a2ac92508900d245a63eb223080395543966c3c8 /src/or/routerlist.c | |
parent | d1340bd5ac905e650dfdad53aeba0361231def16 (diff) | |
download | tor-e102ad60d0490abf97102644960a9c602c658992.tar.gz tor-e102ad60d0490abf97102644960a9c602c658992.zip |
Refactor directory_initiate_command() so that it accepts guard_state.
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 45b3838792..b68db750c3 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -961,7 +961,7 @@ authority_certs_fetch_resource_impl(const char *resource, DIR_PURPOSE_FETCH_CERTIFICATE, 0, indirection, - resource, NULL, 0, 0); + resource, NULL, 0, 0, NULL); return; } |