Changes between Version 1 and Version 2 of Ticket #12399, comment 5
- Timestamp:
- Feb 26, 2017, 8:13:32 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12399, comment 5
v1 v2 4 4 5 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,7 }}}.I don't see other calls to BNetworkAddress::SetTo from a quick glance at the network preferences.6 It is set properly in {{{ IPAddressControl.cpp:81: bool success = address.SetTo(fFamily, Text(), (char*)NULL, }}}. 7 I don't see other calls to BNetworkAddress::SetTo from a quick glance at the network preferences. 8 8 9 9 Just adding the flag in InterfaceAddressView would fix the problem, then.