Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/libsmb/smb_seal.c

    r133 r228  
    389389void common_free_enc_buffer(struct smb_trans_enc_state *es, char *buf)
    390390{
     391        uint16_t enc_ctx_num;
     392
    391393        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))) {
    392399                return;
    393400        }
Note: See TracChangeset for help on using the changeset viewer.