summaryrefslogtreecommitdiff
path: root/source3/smbd/seal.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-08-05 16:52:25 +0200
committerVolker Lendecke <vl@samba.org>2011-08-25 21:36:19 +0200
commit08262fe9647f961bfb2b1eb2b7b9e8ed0318e466 (patch)
tree87808b44a4f753a255b5579e4bfb58203ddbca23 /source3/smbd/seal.c
parentf9ef138ec7a7a6507e0bd9d7d8753027c002b562 (diff)
downloadsamba-08262fe9647f961bfb2b1eb2b7b9e8ed0318e466.tar.gz
samba-08262fe9647f961bfb2b1eb2b7b9e8ed0318e466.tar.bz2
samba-08262fe9647f961bfb2b1eb2b7b9e8ed0318e466.zip
s3: Pass smbd_server_connection to srv_free_enc_buffer
Diffstat (limited to 'source3/smbd/seal.c')
-rw-r--r--source3/smbd/seal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c
index 6a1b056aac..7ec8c2d75f 100644
--- a/source3/smbd/seal.c
+++ b/source3/smbd/seal.c
@@ -324,7 +324,7 @@ static NTSTATUS make_srv_encryption_context(const struct tsocket_address *remote
Free an encryption-allocated buffer.
******************************************************************************/
-void srv_free_enc_buffer(char *buf)
+void srv_free_enc_buffer(struct smbd_server_connection *sconn, char *buf)
{
/* We know this is an smb buffer, and we
* didn't malloc, only copy, for a keepalive,