summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-05-22 17:01:34 +0000
committerErmal Luçi <eri@pfsense.org>2009-05-22 17:01:34 +0000
commitf3ebffee049c7433a5a62d23a43366c0e8dcfbcb (patch)
treeb9310d65018ade52af280e99f00e9f3240302646 /etc
parent6e8f7b537d780261e4054aee58a8d8f34f42b34b (diff)
downloadpfsense-f3ebffee049c7433a5a62d23a43366c0e8dcfbcb.zip
pfsense-f3ebffee049c7433a5a62d23a43366c0e8dcfbcb.tar.gz
Do not spam the logs. Reported by http://forum.pfsense.org/index.php/topic,16382.0.html.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/util.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index 11772d9..b7e38ac 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -736,7 +736,7 @@ function verify_digital_signature($fname) {
/* obtain MAC address given an IP address by looking at the ARP table */
function arp_get_mac_by_ip($ip) {
- mwexec("/sbin/ping -c 1 -t 1 {$ip}");
+ mwexec("/sbin/ping -c 1 -t 1 {$ip}", true);
$arpoutput = "";
exec("/usr/sbin/arp -n {$ip}", $arpoutput);
OpenPOWER on IntegriCloud