Ignore:
Timestamp:
Sep 24, 2009, 9:15:13 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 to 3.2.14 (final)

File:
1 edited

Legend:

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

    r233 r335  
    894894        struct idmap_ldap_context *ctx;
    895895        LDAPMessage *result = NULL;
     896        LDAPMessage *entry = NULL;
    896897        const char *uidNumber;
    897898        const char *gidNumber;
     
    989990
    990991        for (i = 0; i < count; i++) {
    991                 LDAPMessage *entry = NULL;
    992992                char *sidstr = NULL;
    993993                char *tmp = NULL;
Note: See TracChangeset for help on using the changeset viewer.