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_passdb.c

    r149 r228  
    268268
    269269        if ( !pdb_getsampwsid( user, user_sid ) ) {
     270                TALLOC_FREE( user );
    270271                return NT_STATUS_NO_SUCH_USER;
    271272        }
     
    639640                        continue;
    640641                }
    641                 if (!((*names)[i] = talloc_strdup((*names),
     642                if (!((*names)[num_mapped] = talloc_strdup((*names),
    642643                                                  lsa_names[i].name))) {
    643644                        TALLOC_FREE(tmp_ctx);
     
    645646                }
    646647
    647                 (*name_types)[i] = lsa_names[i].type;
     648                (*name_types)[num_mapped] = lsa_names[i].type;
    648649
    649650                num_mapped += 1;
Note: See TracChangeset for help on using the changeset viewer.