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/smbd/sesssetup.c

    r454 r590  
    730730
    731731        /* parse out the OIDs and the first sec blob */
    732         if (!parse_negTokenTarg(blob_in, OIDs, pblob_out)) {
     732        if (!parse_negTokenTarg(blob_in, OIDs, pblob_out) ||
     733                        OIDs[0] == NULL) {
    733734                return NT_STATUS_LOGON_FAILURE;
    734735        }
Note: See TracChangeset for help on using the changeset viewer.