Add async call support to smbd_smb2_send_break()
authorSachin Prabhu <sprabhu@redhat.com>
Fri, 20 Sep 2019 15:55:08 +0000 (16:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 28 Jan 2020 12:26:51 +0000 (13:26 +0100)
commit06f7779bf088f240ce1af292b68317a1a83c821d
tree4efb61bf71bd7644b6e74702c4ff38e5983e2165
parenta85747b28888bb338fb9f42d2fc9f5e8e52b2ff7
Add async call support to smbd_smb2_send_break()

Add async call support in preparation to break retries over multiple
channels.

Signed-off-by: Sachin Prabhu <sprabhu@gmail.com>
source3/smbd/smb2_server.c