s3:smbd: remove dead code from smbd_smb2_send_break()
authorStefan Metzmacher <metze@samba.org>
Tue, 19 May 2020 11:33:27 +0000 (13:33 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 8 Jul 2020 15:54:39 +0000 (15:54 +0000)
commitacf80fd94374644e26b6bdef7f39a63f62ba57ba
treeba169b7f7e07aa90e29fd0401efbc1a0e9fdae3f
parent5ad618bc67a36fcd811271ccfff4ac35b9806410
s3:smbd: remove dead code from smbd_smb2_send_break()

Starting with commit 0a924d13cf4bb570cce3955cf0de9d8678b37dbe
("smbd: Send SMB2 oplock breaks unencrypted") we always passed in
session=NULL and tcon=NULL.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11897

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source3/smbd/smb2_server.c