s3:smb2_server: allow smbd_smb2_send_break() with session == NULL and tcon == NULL
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Nov 2014 10:50:14 +0000 (11:50 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 4 Dec 2014 04:45:09 +0000 (05:45 +0100)
commita9a39953c785e76f67ce72c776b36ad1e0130ded
tree47a003d19cefa901a943c8db6090279816a7729e
parentc22d521d26a75a71f940088b5a01d7fa924efd88
s3:smb2_server: allow smbd_smb2_send_break() with session == NULL and tcon == NULL

In future we want to use this for lease breaks and they're not attached
to a session.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_server.c