summaryrefslogtreecommitdiff
path: root/src/feature/hs
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-14 12:56:31 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-14 12:56:31 -0400
commit4bdba5fa4b42a22936c5b10146a8838e13135b51 (patch)
tree627a931072de4d442a421dff5989626ead9743ae /src/feature/hs
parent6e940829cce9e822f7fbd07e260a62a195a94143 (diff)
parent6f47734ea8dde2d05160644dfcfcd34ee1a63505 (diff)
downloadtor-4bdba5fa4b42a22936c5b10146a8838e13135b51.tar.gz
tor-4bdba5fa4b42a22936c5b10146a8838e13135b51.zip
Merge branch 'maint-0.3.4'
Diffstat (limited to 'src/feature/hs')
-rw-r--r--src/feature/hs/hs_service.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c
index b01f9f0adf..243ecb9b52 100644
--- a/src/feature/hs/hs_service.c
+++ b/src/feature/hs/hs_service.c
@@ -1040,9 +1040,9 @@ load_service_keys(hs_service_t *service)
* files to that directory so make sure it exists and has the right
* permissions. We do this here because at this stage we know that Tor is
* actually running and the service we have has been validated. */
- if (BUG(hs_check_service_private_dir(get_options()->User,
- config->directory_path,
- config->dir_group_readable, 1) < 0)) {
+ if (hs_check_service_private_dir(get_options()->User,
+ config->directory_path,
+ config->dir_group_readable, 1) < 0) {
goto end;
}