Changeset 335 for branches/samba-3.2.x/source/winbindd/idmap_ldap.c
- Timestamp:
- Sep 24, 2009, 9:15:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/winbindd/idmap_ldap.c
r233 r335 894 894 struct idmap_ldap_context *ctx; 895 895 LDAPMessage *result = NULL; 896 LDAPMessage *entry = NULL; 896 897 const char *uidNumber; 897 898 const char *gidNumber; … … 989 990 990 991 for (i = 0; i < count; i++) { 991 LDAPMessage *entry = NULL;992 992 char *sidstr = NULL; 993 993 char *tmp = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.