[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 55a2bfb05609a790d47119d54a99d05380360131
Author: teor <teor2345@xxxxxxxxx>
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);
       }

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits