s3/libsmb: reuse smbXcli_conn_have_posix()
commit788dafccd15b72a076413423764a2a1703ef6249
authorRalph Boehme <slow@samba.org>
Fri, 13 Oct 2023 08:26:46 +0000 (13 10:26 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Oct 2023 15:29:29 +0000 (26 15:29 +0000)
tree792da4ff1a2ded6242afd1a8407eabfdae0f11a7
parent45643c703b636db22514548e59ac13be9e80f524
s3/libsmb: reuse smbXcli_conn_have_posix()

We already store the negotiated POSIX state in smbXcli_connection
and there we only store it if the server actually supports the
version we requested.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/client/client.c
source3/include/client.h
source3/libsmb/clidfs.c