libsmb: Make cli_setpathinfo_ext() take structs instead of pointers
authorVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2020 13:33:58 +0000 (14:33 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 8 Apr 2020 14:46:39 +0000 (14:46 +0000)
commitaa1f34219d46b200f4c955232db4558e6260c8d8
treeed5041a4120937e942b55c9202bb97b6255f0786
parent6cb1f20f73ed79f4d3717ebf4c8923707ef62ac3
libsmb: Make cli_setpathinfo_ext() take structs instead of pointers

This simplifies the next commit: With direct (small) structs on the
stack we don't need declared variables in the callers

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