]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Remove a call to cli_is_error()
authorVolker Lendecke <vl@samba.org>
Mon, 19 Aug 2024 09:24:24 +0000 (11:24 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 20 Aug 2024 09:34:40 +0000 (09:34 +0000)
commit8171a1ccd3fbdd1f76669b4d39a7fb2d75040b41
tree592215c6fbb131ff053a3b85429f4e07eb4977fb
parente071ec1ffe03945d4b856c001551d5215236b574
libsmb: Remove a call to cli_is_error()

We are already in the !NT_STATUS_IS_OK if-branch, so this call was
redundant

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libsmb/libsmb_dir.c