more changes

This commit is contained in:
Jeff Becker 2016-08-22 17:19:22 -04:00
parent 979575c311
commit 1d7d7cf9a0
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
3 changed files with 7 additions and 11 deletions

View file

@ -406,9 +406,6 @@ namespace client
// udp client
// TODO: ip6 and hostnames
boost::asio::ip::udp::endpoint end(boost::asio::ip::address::from_string(address), port);
if(destinationPort == 0) {
destinationPort = port;
}
if (!localDestination) {
localDestination = m_SharedLocalDestination;
}