-
- Downloads
Internal robustness fixes in resolve_ipnets().
Avoid internal errors being hidden, by: - Use the #fetch() method instead of the [] operator on a couple of hashes, so we get an exception instead of nil when accessing keys that don't exist. - Move the code handling the return value from Socket.getaddrinfo() outside of begin...rescue. This was originally commit d91846500abc in nsc-puppet-utils.
Loading
Please register or sign in to comment