diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-08-05 23:25:44 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:35 -0400 |
commit | e70341deb7dd8a8f50b872e9f7f999a113bb62b0 (patch) | |
tree | d6412177462e9ea8eec2c173493f5d7dea8c9504 /src/or/hs_service.c | |
parent | 4a1b57e9b00c8474ada28dd052a2de73a1e9c641 (diff) | |
download | tor-e70341deb7dd8a8f50b872e9f7f999a113bb62b0.tar.gz tor-e70341deb7dd8a8f50b872e9f7f999a113bb62b0.zip |
prop224 tests: Better HS address tests.
Diffstat (limited to 'src/or/hs_service.c')
-rw-r--r-- | src/or/hs_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_service.c b/src/or/hs_service.c index 43528a4285..6cb24a19af 100644 --- a/src/or/hs_service.c +++ b/src/or/hs_service.c @@ -848,7 +848,7 @@ register_all_services(void) /* Write the onion address of a given service to the given filename fname_ in * the service directory. Return 0 on success else -1 on error. */ -static int +STATIC int write_address_to_file(const hs_service_t *service, const char *fname_) { int ret = -1; |