Changes between Initial Version and Version 1 of Ticket #13522


Ignore:
Timestamp:
May 20, 2017, 2:25:54 AM (7 years ago)
Author:
anevilyak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13522

    • Property Owner changed from nobody to pulkomandy
    • Property Status newassigned
  • Ticket #13522 – Description

    initial v1  
    33For instance, at http://cgit.haiku-os.org/haiku/tree/src/kits/network/libnetapi/NetworkAddress.cpp#n165
    44
    5 If either Resolver.Get() or Resolver->InitCheck() fail, the result is not stored on fStatus. Similar issues are present in other SetTo variants.
     5If either Resolver.Get() or Resolver->InitCheck() fail, the result is not stored on fStatus.
     6
     7Since the above example is consistent across every SetTo() that requires the use of the resolver, I was uncertain if the behavior was deliberate for that case, and thought it best to report it.