Changeset 587 for vendor/current/source3/libads/sasl.c
- Timestamp:
- Jun 29, 2011, 7:36:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/libads/sasl.c
r414 r587 770 770 /* the server sent us the first part of the SPNEGO exchange in the negprot 771 771 reply */ 772 if (!spnego_parse_negTokenInit(blob, OIDs, &given_principal)) { 772 if (!spnego_parse_negTokenInit(blob, OIDs, &given_principal) || 773 OIDs[0] == NULL) { 773 774 data_blob_free(&blob); 774 775 status = ADS_ERROR(LDAP_OPERATIONS_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.