浏览代码

Remove unnecessary reference

Jake Howard 4 年之前
父节点
当前提交
81fa33ebb5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/admin.rs

+ 1 - 1
src/api/admin.rs

@@ -564,7 +564,7 @@ fn diagnostics(_token: AdminToken, ip_header: IpHeader, conn: DbConn) -> ApiResu
         "running_within_docker": running_within_docker,
         "running_within_docker": running_within_docker,
         "has_http_access": has_http_access,
         "has_http_access": has_http_access,
         "ip_header_exists": &ip_header.0.is_some(),
         "ip_header_exists": &ip_header.0.is_some(),
-        "ip_header_match": ip_header_name == &CONFIG.ip_header(),
+        "ip_header_match": ip_header_name == CONFIG.ip_header(),
         "ip_header_name": ip_header_name,
         "ip_header_name": ip_header_name,
         "ip_header_config": &CONFIG.ip_header(),
         "ip_header_config": &CONFIG.ip_header(),
         "uses_proxy": uses_proxy,
         "uses_proxy": uses_proxy,