On 2016-11-02 12:24, [email protected] wrote:
+ /* Check if we had an unspecified address */
+ if (Connection->AddressFile->Address.Address.IPv4Address !=
bindaddr.addr)
+ {
+ /* We did, so we need to copy back the address */
+ Connection->AddressFile->Address.Address.IPv4Address =
bindaddr.addr;
+ }
Seems like you could shorten this to just the assignment? _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
