From f9ef138ec7a7a6507e0bd9d7d8753027c002b562 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 5 Aug 2011 16:49:20 +0200 Subject: s3: Pass smbd_server_connection to is_encrypted_packet --- source3/smbd/seal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/smbd/seal.c') diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c index 1b9b3b07df..6a1b056aac 100644 --- a/source3/smbd/seal.c +++ b/source3/smbd/seal.c @@ -55,7 +55,8 @@ static uint16_t srv_enc_ctx(const struct smb_srv_trans_enc_ctx *ec) Is this an incoming encrypted packet ? ******************************************************************************/ -bool is_encrypted_packet(const uint8_t *inbuf) +bool is_encrypted_packet(struct smbd_server_connection *sconn, + const uint8_t *inbuf) { NTSTATUS status; uint16_t enc_num; -- cgit