Norman Maurer 2dc9d119b1 Guard against having NetworkInterface.getNetworkInterfaces() return null
Motivation:

NetworkInterface.getNetworkInterfaces() may return null if no network interfaces are found. We should guard against it.

Modifications:

Check for null return value.

Result:

Fixes [#6384]
2017-02-16 08:06:46 +01:00
..
2017-02-07 08:56:36 +01:00