Changeset 746 for vendor/current/source3/smbd/sesssetup.c
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/sesssetup.c
r740 r746 736 736 } 737 737 738 if (auth. data[0] == ASN1_APPLICATION(0)) {738 if (auth.length > 0 && auth.data[0] == ASN1_APPLICATION(0)) { 739 739 /* Might be a second negTokenTarg packet */ 740 740 char *kerb_mech = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.