diff options
Diffstat (limited to 'source3/smbd/seal.c')
-rw-r--r-- | source3/smbd/seal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c index 273013b4279..7ab992ea7b1 100644 --- a/source3/smbd/seal.c +++ b/source3/smbd/seal.c @@ -45,8 +45,7 @@ static uint16_t srv_enc_ctx(const struct smb_trans_enc_state *es) Is this an incoming encrypted packet ? ******************************************************************************/ -bool is_encrypted_packet(struct smbd_server_connection *sconn, - const uint8_t *inbuf) +bool is_encrypted_packet(const uint8_t *inbuf) { NTSTATUS status; uint16_t enc_num; |