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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12399, comment 5

    v1 v2  
    44
    55This 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.
     6It is set properly in {{{ IPAddressControl.cpp:81:        bool success = address.SetTo(fFamily, Text(), (char*)NULL, }}}.
     7I don't see other calls to BNetworkAddress::SetTo from a quick glance at the network preferences.
    88
    99Just adding the flag in InterfaceAddressView would fix the problem, then.