aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBBcan177 <bbcan177@gmail.com>2015-12-14 22:38:04 -0500
committerBBcan177 <bbcan177@gmail.com>2015-12-14 22:38:04 -0500
commit12259e18a8286720edc22ace421a5b7b8602375d (patch)
tree4ecc967f4d3e6d06e947fe6171cd767b65caeffc
parentc2af83de50861c06434b569a95b75af8da1b21df (diff)
downloadpfsense-packages-12259e18a8286720edc22ace421a5b7b8602375d.tar.gz
pfsense-packages-12259e18a8286720edc22ace421a5b7b8602375d.tar.bz2
pfsense-packages-12259e18a8286720edc22ace421a5b7b8602375d.zip
pfBNG - update pfblockerng.inc
-rw-r--r--config/pfblockerng/pfblockerng.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pfblockerng/pfblockerng.inc b/config/pfblockerng/pfblockerng.inc
index af57cc90..0b15b5fe 100644
--- a/config/pfblockerng/pfblockerng.inc
+++ b/config/pfblockerng/pfblockerng.inc
@@ -1326,7 +1326,7 @@ function pfb_download_failure($alias, $header, $pfbfolder, $vtype, $list_url) {
// Query Firewall aliastables
$result = find_reported_header($ip, "{$pfbfolder}/*", TRUE);
if (!empty($result)) {
- $log = " [ {$ip} ] Firewall IP block found in: [ {$result} ]\n";
+ $log = " [ {$ip} ] Firewall IP block found in: [ {$result[1]} {$result[2]} ]\n";
pfb_logger("{$log}", 2);
$pfbfound = TRUE;
}
@@ -4780,4 +4780,4 @@ function pfblockerng_do_xmlrpc_sync($sync_to_ip, $port, $protocol, $username, $p
}
return $success;
}
-?>
+?> \ No newline at end of file