Changeset 587 for vendor/current/source3/smbd/sesssetup.c
- Timestamp:
- Jun 29, 2011, 7:36:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/sesssetup.c
r427 r587 726 726 727 727 /* 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) { 729 730 return NT_STATUS_LOGON_FAILURE; 730 731 }
Note:
See TracChangeset
for help on using the changeset viewer.