瀏覽代碼

fix a long line

Nick Mathewson 10 年之前
父節點
當前提交
f7e8bc2b4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",