From 84e5047da7fe2dba935ca55604d61542422e9b00 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 11 Dec 2006 17:10:11 +0000 Subject: Silence eclipse warnings --- etc/inc/interfaces.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc/interfaces.inc') diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 6ec1e29..cf8b7c9 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1594,6 +1594,7 @@ function get_wireless_modes($interface) function get_interface_mac($interface) { /* build interface list with netstat */ + $linkinfo = ""; exec("/usr/bin/netstat -I $interface -nW -f link", $linkinfo); array_shift($linkinfo); $alink = preg_split("/\s+/", $linkinfo[0]); -- cgit v1.1