Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/replace/getifaddrs.c

    r206 r221  
    8585        int fd, i, n;
    8686        struct ifreq *ifr=NULL;
    87         struct in_addr ipaddr;
    88         struct in_addr nmask;
    89         char *iname;
    9087        struct ifaddrs *curif;
    9188        struct ifaddrs *lastif = NULL;
     
    165162        int fd, i, n;
    166163        struct ifreq *ifr=NULL;
    167         struct in_addr ipaddr;
    168         struct in_addr nmask;
    169         char *iname;
    170164        struct ifaddrs *curif;
    171165        struct ifaddrs *lastif = NULL;
     
    266260        struct ifconf ifc;
    267261        struct ifreq *ifr=NULL;
    268         struct in_addr ipaddr;
    269         struct in_addr nmask;
    270         char *iname;
    271262        struct ifaddrs *curif;
    272263        struct ifaddrs *lastif = NULL;
Note: See TracChangeset for help on using the changeset viewer.