]> git.ipfire.org Git - thirdparty/samba.git/commit
lib: libsmbclient: Ensure cli_rename() always sets cli->raw_status.
authorJeremy Allison <jra@samba.org>
Wed, 2 Feb 2022 18:52:09 +0000 (10:52 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 2 Feb 2022 21:50:31 +0000 (21:50 +0000)
commitca60f6350d566b7ecc822bcbb44fb65a1d150bbe
tree5dd4f1042ba2edc26bdf92b1ef14d436177d749c
parent0ecc58858360bcc0181a02e52ada3e8327f97c5b
lib: libsmbclient: Ensure cli_rename() always sets cli->raw_status.

Identical change as used in cli_unlink(), cli_mkdir(), cli_rmdir()
cli_chkpath() to ensure SMB2 calls correctly set raw_status for
libsmbclient uses.

Remove knownfail.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Feb  2 21:50:31 UTC 2022 on sn-devel-184
selftest/knownfail.d/libsmbclient_rename [deleted file]
source3/libsmb/clifile.c