libsmbclient: Avoid a call to SMBC_errno() in SMBC_attr_server()
commit009b6e748ea67215f6bd593fc57af3b6b48b09a0
authorVolker Lendecke <vl@samba.org>
Tue, 15 Dec 2020 16:15:21 +0000 (15 17:15 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 6 Aug 2021 17:22:30 +0000 (6 17:22 +0000)
treeae21c1f2158f4469db4e3dea9541d3cae38c8fc3
parent4bd69f1e1a5c04b76e79cb0b92db773356554e75
libsmbclient: Avoid a call to SMBC_errno() in SMBC_attr_server()

I think this also fixes the errno return, cli_shutdown() can do a lot and set
errno in between.

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