Opened 18 years ago
Closed 18 years ago
#244 closed defect (fixed)
Fix PJLIB's resolver not able to resolve anything in Symbian
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 (4)
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)
comment:4 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.