[tor-commits] [tor/master] Fix an indentation issue in rend_config_services

nickm at torproject.org nickm at torproject.org
Tue Sep 6 14:09:04 UTC 2016


commit 55a2bfb05609a790d47119d54a99d05380360131
Author: teor <teor2345 at gmail.com>
Date:   Tue Sep 6 17:48:49 2016 +1000

    Fix an indentation issue in rend_config_services
---
 src/or/rendservice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 12af748..8d3a7d7 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);
       }



More information about the tor-commits mailing list