Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/libads/sasl.c

    r414 r587  
    770770        /* the server sent us the first part of the SPNEGO exchange in the negprot
    771771           reply */
    772         if (!spnego_parse_negTokenInit(blob, OIDs, &given_principal)) {
     772        if (!spnego_parse_negTokenInit(blob, OIDs, &given_principal) ||
     773                        OIDs[0] == NULL) {
    773774                data_blob_free(&blob);
    774775                status = ADS_ERROR(LDAP_OPERATIONS_ERROR);
Note: See TracChangeset for help on using the changeset viewer.