Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/winbindd/winbindd_cm.c

    r204 r228  
    10101010        /* Make sure there's no duplicates in the list */
    10111011        for (i=0; i<*num; i++)
    1012                 if (addr_equal(&(*dcs)[i].ss, pss))
     1012                if (sockaddr_equal(&(*dcs)[i].ss, pss))
    10131013                        return False;
    10141014
Note: See TracChangeset for help on using the changeset viewer.