s3:smbd: remove unused session,tcon parameters from smbd_smb2_send_oplock_break()
commit60d7f059a40457ab9fa01f1bf2eeddc1c3b7d0ab
authorStefan Metzmacher <metze@samba.org>
Tue, 19 May 2020 12:10:21 +0000 (19 14:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 8 Jul 2020 15:54:39 +0000 (8 15:54 +0000)
tree5db1aefbe1658a90ec51712813c84dfe13a54daf
parenta1e5b8c77c1e409e22d72086853ba4a5331e279c
s3:smbd: remove unused session,tcon parameters from smbd_smb2_send_oplock_break()

They are no longer used. However we'll make use of
op->compat->vuid in the next commits, as the session id should be part
of oplock breaks.

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/globals.h
source3/smbd/smb2_break.c
source3/smbd/smb2_server.c