Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.2
-
None
Description
DataStructure.pm::get_computer_private_ip_address calls $self->mn_os to retrieve the contents of /etc/hosts. There is no error checking to make sure mn_os is defined/initialized. As a result, the process may die with an undefined subroutine message.