From 08262fe9647f961bfb2b1eb2b7b9e8ed0318e466 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 5 Aug 2011 16:52:25 +0200 Subject: s3: Pass smbd_server_connection to srv_free_enc_buffer --- source3/smbd/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 0f4036f574..b8e9557560 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -939,7 +939,7 @@ void reply_getattrE(struct smb_request *req); bool is_encrypted_packet(struct smbd_server_connection *sconn, const uint8_t *inbuf); -void srv_free_enc_buffer(char *buf); +void srv_free_enc_buffer(struct smbd_server_connection *sconn, char *buf); NTSTATUS srv_decrypt_buffer(char *buf); NTSTATUS srv_encrypt_buffer(char *buf, char **buf_out); NTSTATUS srv_request_encryption_setup(connection_struct *conn, -- cgit