Changeset 751 for trunk/server/source3/smbd/sesssetup.c
- Timestamp:
- Nov 29, 2012, 1:59:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/smbd/sesssetup.c
r745 r751 740 740 } 741 741 742 if (auth. data[0] == ASN1_APPLICATION(0)) {742 if (auth.length > 0 && auth.data[0] == ASN1_APPLICATION(0)) { 743 743 /* Might be a second negTokenTarg packet */ 744 744 char *kerb_mech = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.