Ignore:
Timestamp:
Dec 3, 2007 12:40:58 AM (16 years ago)
Author:
bennylp
Message:

Fixed compilation errors/warnings on Linux with the recent IPv6 commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ip_helper_generic.c

    r1601 r1611  
    8383    for (i=0; i<count; ++i) { 
    8484        struct ifreq *itf = &ifr[i]; 
    85         struct sockaddr *ad = itf->ifr_addr; 
     85        struct sockaddr *ad = &itf->ifr_addr; 
    8686         
    8787        ifs[i].addr.sa_family = ad->sa_family; 
Note: See TracChangeset for help on using the changeset viewer.