diff options
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 1ebda799c9..478f1db21d 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2412,7 +2412,7 @@ static void smbd_server_connection_read_handler( &unread_bytes, &encrypted, &inbuf_len, &seqnum, - false /* trusted channel */); + !from_client /* trusted channel */); if (from_client) { smbd_unlock_socket(sconn); |