Changeset 228 for branches/samba-3.2.x/source/libsmb/smb_seal.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/libsmb/smb_seal.c
r133 r228 389 389 void common_free_enc_buffer(struct smb_trans_enc_state *es, char *buf) 390 390 { 391 uint16_t enc_ctx_num; 392 391 393 if (!common_encryption_on(es)) { 394 return; 395 } 396 397 if (!NT_STATUS_IS_OK(get_enc_ctx_num((const uint8_t *)buf, 398 &enc_ctx_num))) { 392 399 return; 393 400 }
Note:
See TracChangeset
for help on using the changeset viewer.