Browse Source

fix a long line

Nick Mathewson 10 years ago
parent
commit
f7e8bc2b4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/rendservice.c

+ 1 - 1
src/or/rendservice.c

@@ -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",