smb2_server: optimize SMB2_OP_KEEPALIVE (SMB2 Echo)
authorStefan Metzmacher <metze@samba.org>
Tue, 14 Feb 2023 13:45:26 +0000 (13:45 +0000)
committerStefan Metzmacher <metze@samba.org>
Thu, 1 Jun 2023 07:20:31 +0000 (07:20 +0000)
commita08f8b2a2cc1ba8f7246375d2d697ce979281402
tree406d08352f7f7421923e507374d0fae707c495b2
parent9aa440d52d78d5f91607b4cb5816ae99d75d0838
smb2_server: optimize SMB2_OP_KEEPALIVE (SMB2 Echo)

This is not strictly needed, but it helps profiling
the core smb2_server.c code with the 'smb2.bench.echo'
test.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/smb2_server.c