]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Make cli_rename_send()/_recv() a proper tevent_req engine
authorVolker Lendecke <vl@samba.org>
Fri, 13 Nov 2020 15:23:48 +0000 (16:23 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 16 Nov 2020 19:53:46 +0000 (19:53 +0000)
commitdb1fa2392d7be0ca433fcd65035985595bbf0c20
treec9830703d1cba87560affccc40d6e1761da02612
parent1ce7c596beb0ef539501366a1c79500dbd064922
libsmb: Make cli_rename_send()/_recv() a proper tevent_req engine

This will make it more obvious to add SMB2 soon

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