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

    r427 r587  
    726726
    727727        /* parse out the OIDs and the first sec blob */
    728         if (!parse_negTokenTarg(blob_in, OIDs, pblob_out)) {
     728        if (!parse_negTokenTarg(blob_in, OIDs, pblob_out) ||
     729                        OIDs[0] == NULL) {
    729730                return NT_STATUS_LOGON_FAILURE;
    730731        }
Note: See TracChangeset for help on using the changeset viewer.