Stefan Schuermans commited on 2017-05-20 17:15:51 Showing 1 changed files, with 0 additions and 2 deletions.
@@ -49,8 +49,6 @@ class Distri
};
m_addr = new InetSocketAddress(InetAddress.getByAddress(byteIp),
Constants.destPort);
- } catch (java.net.UnknownHostException e) {
- m_addr = null;
} catch (java.io.IOException e) {
m_addr = null;
}