Ignore:
Timestamp:
Jul 1, 2011, 8:40:10 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/libads/sasl.c

    r414 r590  
    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.