aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-09-06 17:48:49 +1000
committerteor <teor2345@gmail.com>2016-09-06 17:49:52 +1000
commit55a2bfb05609a790d47119d54a99d05380360131 (patch)
tree272ef498d82980c68addc79727cc0616f973a69c /src/or/rendservice.c
parentb3dfd9defbb2ac728eeffd2bc310304f7e59539c (diff)
downloadtor-55a2bfb05609a790d47119d54a99d05380360131.tar.gz
tor-55a2bfb05609a790d47119d54a99d05380360131.zip
Fix an indentation issue in rend_config_services
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 12af7484ae..8d3a7d704c 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -508,7 +508,7 @@ rend_config_services(const or_options_t *options, int validate_only)
if (!strcasecmp(line->key, "HiddenServiceDir")) {
if (service) { /* register the one we just finished parsing */
if (validate_only)
- rend_service_free(service);
+ rend_service_free(service);
else
rend_add_service(service);
}