smbd: Simplify sending oplock_break_message
commit8f1cc217a8909d56adc9279adf9e301a95b52716
authorVolker Lendecke <vl@samba.org>
Mon, 29 Apr 2024 09:38:18 +0000 (29 11:38 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 30 Apr 2024 22:44:32 +0000 (30 22:44 +0000)
tree2503e9b11f9736de667bf2c6b0759e440c911333
parent4fe0808ebedd7812cf7097d4d6c3d697e8cebb68
smbd: Simplify sending oplock_break_message

This is fixed length of 33 bytes, no need to talloc

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c
source3/smbd/smb2_oplock.c