Changeset 590 for trunk/server/source3/smbd/sesssetup.c
- Timestamp:
- Jul 1, 2011, 8:40:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/smbd/sesssetup.c
r454 r590 730 730 731 731 /* 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) { 733 734 return NT_STATUS_LOGON_FAILURE; 734 735 }
Note:
See TracChangeset
for help on using the changeset viewer.