Changes between Initial Version and Version 1 of Ticket #12399, comment 5
- Timestamp:
- Feb 26, 2017, 8:13:10 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12399, comment 5
initial v1 3 3 In the case of BNetworkAddressResolver, this maps to the B_NO_ADDRESS_RESOLUTION flag. 4 4 5 This flags seems to be missing in {{{InterfaceAddressView.cpp:347: address.SetTo(string.String());}}}. It is set properly in {{{IPAddressControl.cpp:81: bool success = address.SetTo(fFamily, Text(), (char*)NULL, 5 This flags seems to be missing in {{{InterfaceAddressView.cpp:347: address.SetTo(string.String());}}}. 6 It is set properly in {{{IPAddressControl.cpp:81: bool success = address.SetTo(fFamily, Text(), (char*)NULL, 6 7 }}}. I don't see other calls to BNetworkAddress::SetTo from a quick glance at the network preferences. 7 8