s3/client: fix dfs delete, resolve dfs path
authorNoel Power <noel.power@suse.com>
Thu, 16 Jun 2022 14:12:05 +0000 (15:12 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 17 Jun 2022 16:20:35 +0000 (16:20 +0000)
commit7c4cb4982330cd2eda53950e977179920b1e3b04
tree619aeaa54dc4e30da701e07a720b01458a8f7108
parentdb1b4df0ab3b18821da3c2dbe6d6058f0c3019b8
s3/client: fix dfs delete, resolve dfs path

since 4cc4938a2866738aaff4dc91550bb7a5ad05d7fb do_list seems
to deal with non dfs root path, hence we need to resolve the
path before calling cli_unlink.

Also remove the knownfail

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

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/knownfail.d/smbclient-smb3
source3/client/client.c