]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a long line
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Dec 2014 13:54:07 +0000 (08:54 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 12 Dec 2014 13:54:07 +0000 (08:54 -0500)
src/or/rendservice.c

index cffaf4a0e3760cbb831f34821360c4f10c6a761c..196145e210fdc9a8ddfc6ee65af99290682106ca 100644 (file)
@@ -400,7 +400,7 @@ rend_config_services(const or_options_t *options, int validate_only)
      } else if (!strcasecmp(line->key,
                             "HiddenServiceDirGroupReadable")) {
          service->dir_group_readable = (int)tor_parse_long(line->value,
-                                                           10, 0, 1, &ok, NULL);
+                                                         10, 0, 1, &ok, NULL);
          if (!ok) {
              log_warn(LD_CONFIG,
                       "HiddenServiceDirGroupReadable should be 0 or 1, not %s",