Changeset 228 for branches/samba-3.2.x/source/winbindd/winbindd_cm.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/winbindd/winbindd_cm.c
r204 r228 1010 1010 /* Make sure there's no duplicates in the list */ 1011 1011 for (i=0; i<*num; i++) 1012 if ( addr_equal(&(*dcs)[i].ss, pss))1012 if (sockaddr_equal(&(*dcs)[i].ss, pss)) 1013 1013 return False; 1014 1014
Note:
See TracChangeset
for help on using the changeset viewer.