Commit 1460efa3 authored by Blaize Kaye's avatar Blaize Kaye
Browse files

Issue #3276512 by bomoko: FSA is not respecting existing IPs already in ACL

parent a7b57e46
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -361,8 +361,6 @@ class FsaFastly {
      else {
        $acls = array_merge($acls, $aclRet);
      }

      $done = TRUE;
    }

    return $acls;