summaryrefslogtreecommitdiff
path: root/source3/smbd/seal.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-08-05 16:58:51 +0200
committerVolker Lendecke <vl@samba.org>2011-08-25 21:36:19 +0200
commitd4c4705e5593a8f048da406fff596229d31d4151 (patch)
tree9a6aad3adeaa4f51da5760e7d792ffbe60ab5349 /source3/smbd/seal.c
parent08262fe9647f961bfb2b1eb2b7b9e8ed0318e466 (diff)
downloadsamba-d4c4705e5593a8f048da406fff596229d31d4151.tar.gz
samba-d4c4705e5593a8f048da406fff596229d31d4151.tar.bz2
samba-d4c4705e5593a8f048da406fff596229d31d4151.zip
s3: Pass smbd_server_connection to srv_decrypt_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 7ec8c2d75f..2883b4e55d 100644
--- a/source3/smbd/seal.c
+++ b/source3/smbd/seal.c
@@ -343,7 +343,7 @@ void srv_free_enc_buffer(struct smbd_server_connection *sconn, char *buf)
Decrypt an incoming buffer.
******************************************************************************/
-NTSTATUS srv_decrypt_buffer(char *buf)
+NTSTATUS srv_decrypt_buffer(struct smbd_server_connection *sconn, char *buf)
{
/* Ignore non-session messages. */
if(CVAL(buf,0)) {