Ignore:
Timestamp:
Jul 20, 2007 8:08:30 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_session.c

    r1374 r1405  
    563563    char buf[512]; 
    564564     
    565     if (dst->addr.sa_family == PJ_AF_INET) { 
     565    if (dst->addr.sa_family == pj_AF_INET()) { 
    566566        dst_name = pj_inet_ntoa(dst->ipv4.sin_addr); 
    567567        dst_port = pj_ntohs(dst->ipv4.sin_port); 
    568     } else if (dst->addr.sa_family == PJ_AF_INET6) { 
     568    } else if (dst->addr.sa_family == pj_AF_INET6()) { 
    569569        dst_name = "IPv6"; 
    570570        dst_port = pj_ntohs(dst->ipv6.sin6_port); 
Note: See TracChangeset for help on using the changeset viewer.