summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-12-02 22:20:45 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2016-12-02 22:22:37 -0600
commit7d4d9ec5866ad034e5432af6decd7e442cfd2bd1 (patch)
tree5c761d1a5d995a071926273803cac48efde9f65c
parentf829a8d3258e377b778ac84a1f2f345b8a79b766 (diff)
downloadpfsense-7d4d9ec5866ad034e5432af6decd7e442cfd2bd1.zip
pfsense-7d4d9ec5866ad034e5432af6decd7e442cfd2bd1.tar.gz
Remove the PHP limit from diag_dump_states(), it is now managed on pfSense_get_pf_state().
-rw-r--r--src/usr/local/www/diag_dump_states.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index dadad14..342d8f5 100644
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -216,11 +216,6 @@ print $form;
$states = count($res);
}
- /* XXX - limit to 10.000 states. */
- if ($states > 10000) {
- $states = 10000;
- }
-
for ($i = 0; $i < $states; $i++) {
$info = $res[$i]['src'];
$srcip = get_ip($res[$i]['src']);
OpenPOWER on IntegriCloud