Opened 18 years ago
Last modified 18 years ago
#244 closed defect
Fix PJLIB's resolver not able to resolve anything in Symbian — at Version 3
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | Symbian-trunk-integration |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
The Symbian DNS problem can be resolved by not using
const TNameRecord &rec = (const TNameRecord&) nameEntry;
in pj_gethostbyname(). Instead you can get the information
directly from nameEntry with the following syntax:
TInetAddr inetAddr(nameEntry().iAddr);
Change History (3)
comment:1 Changed 18 years ago by bennylp
- Milestone changed from release-0.6.0 to Symbian-trunk-integration
comment:2 Changed 18 years ago by bennylp
- Type changed from task to defect
comment:3 Changed 18 years ago by bennylp
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.