diff options
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 9722307f53..22e06f2c79 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -4628,7 +4628,7 @@ bool is_valid_writeX_buffer(struct smbd_server_connection *sconn, struct files_struct *fsp = NULL; NTSTATUS status; - if (is_encrypted_packet(sconn, inbuf)) { + if (is_encrypted_packet(inbuf)) { /* Can't do this on encrypted * connections. */ return false; |