Changes between Initial Version and Version 1 of Ticket #12399, comment 5


Ignore:
Timestamp:
Feb 26, 2017, 8:13:10 AM (7 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12399, comment 5

    initial v1  
    33In the case of BNetworkAddressResolver, this maps to the B_NO_ADDRESS_RESOLUTION flag.
    44
    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,
     5This flags seems to be missing in {{{InterfaceAddressView.cpp:347:   address.SetTo(string.String());}}}.
     6It is set properly in {{{IPAddressControl.cpp:81:        bool success = address.SetTo(fFamily, Text(), (char*)NULL,
    67}}}. I don't see other calls to BNetworkAddress::SetTo from a quick glance at the network preferences.
    78