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_msg_dump.c

    r1374 r1405  
    8484            attr = (const pj_stun_sockaddr_attr*)ahdr; 
    8585 
    86             if (attr->sockaddr.addr.sa_family == PJ_AF_INET) { 
     86            if (attr->sockaddr.addr.sa_family == pj_AF_INET()) { 
    8787                len = pj_ansi_snprintf(p, end-p, 
    8888                                       ", IPv4 addr=%s:%d\n", 
     
    9090                                       pj_ntohs(attr->sockaddr.ipv4.sin_port)); 
    9191 
    92             } else if (attr->sockaddr.addr.sa_family == PJ_AF_INET6) { 
     92            } else if (attr->sockaddr.addr.sa_family == pj_AF_INET6()) { 
    9393                len = pj_ansi_snprintf(p, end-p, 
    9494                                       ", IPv6 addr present\n"); 
Note: See TracChangeset for help on using the changeset viewer.