diff --git a/moonlight-common/src/com/limelight/nvstream/NvConnection.java b/moonlight-common/src/com/limelight/nvstream/NvConnection.java index 54ed4f3b..f9ea09ac 100644 --- a/moonlight-common/src/com/limelight/nvstream/NvConnection.java +++ b/moonlight-common/src/com/limelight/nvstream/NvConnection.java @@ -77,7 +77,7 @@ public class NvConnection { NetworkInterface iface = ifaceList.nextElement(); if (iface.getHardwareAddress() != null) { - selectedIface = ifaceList.nextElement(); + selectedIface = iface; break; } }