important bugfixes
This commit is contained in:
parent
fe2b3a01cf
commit
e44f8bfea3
@ -150,11 +150,9 @@ void TmTcUnixUdpBridge::checkAndSetClientAddress(sockaddr_in& newAddress) {
|
|||||||
#endif
|
#endif
|
||||||
registerCommConnect();
|
registerCommConnect();
|
||||||
|
|
||||||
/* Set new IP address if it has changed. */
|
/* Set new IP address to reply to. */
|
||||||
if(clientAddress.sin_addr.s_addr != newAddress.sin_addr.s_addr) {
|
clientAddress = newAddress;
|
||||||
clientAddress = newAddress;
|
clientAddressLen = sizeof(clientAddress);
|
||||||
clientAddressLen = sizeof(clientAddress);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TmTcUnixUdpBridge::setMutexProperties(MutexIF::TimeoutType timeoutType,
|
void TmTcUnixUdpBridge::setMutexProperties(MutexIF::TimeoutType timeoutType,
|
||||||
|
Loading…
Reference in New Issue
Block a user