Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.2.1
-
None
Description
Under some circumstances, get_network_configuration may return an empty hash. I'm not sure the cause because the ipconfig /all output isn't displayed in the log output.
The following will appear in the log file:
2011-10-05 09:10:43|21102|1546535:1629044|reload|Windows.pm:get_network_configuration(5056)|retrieved network configuration:
21102 | 1546535:1629044 | reload | : undef |
The subroutine is supposed to make multiple attempts if ipconfig fails. It isn't correctly detecting that the output isn't correct.