s3: smbclient: Give a message if we try and use any POSIX command without negotiating...
commit4bd1f7609fa36d19ee4c7837105cfd365a8e87fa
authorJeremy Allison <jra@samba.org>
Sun, 21 Nov 2021 04:17:11 +0000 (20 20:17 -0800)
committerRalph Boehme <slow@samba.org>
Sat, 11 Dec 2021 11:14:31 +0000 (11 11:14 +0000)
tree29b660814c0ea3f3f94e4a67f8df15aa381f08f9
parent59fa3806c942ef7cd290e5bddb19f38949c4ca3b
s3: smbclient: Give a message if we try and use any POSIX command without negotiating POSIX first.

Ensure we only use a POSIX command if POSIX is set up.
Issue the message: Command "posix" must be issued before the "XXXX" command can be used.
After the parameter parsing has been done.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/client/client.c