Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-09-19 18:46:35 +0400
committermboelen <michael@cisofy.com>2014-09-19 18:46:35 +0400
commit74fc711965eefa132c5258ed4f6c2b05f7213ad2 (patch)
tree982217b1b3ab3ae83d3679469aa9f562b4e83161
parent213590e90ca6b8c5c1f70299504aa17fcbdff595 (diff)
Removed unneeded exception line
-rw-r--r--include/tests_networking2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tests_networking b/include/tests_networking
index 7fa4293b..10aa1356 100644
--- a/include/tests_networking
+++ b/include/tests_networking
@@ -219,8 +219,6 @@
else
ReportException "${TEST_NO}:2" "Missing ifconfig or ip command to collect hardware address (MAC)"
fi
-
- ReportException "${TEST_NO}:2" "Due to missing ifconfig no method to collect hardware address (ip address)"
fi
;;
MacOS)