Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
*ret_cli = NULL;
status = smbcli_tree_full_connection(parent_ctx,
- &tree, host, ports,
+ &tree, host,
sharename, devtype,
socket_options,
credentials, resolve_ctx, ev,
*/
NTSTATUS smbcli_tree_full_connection(TALLOC_CTX *parent_ctx,
struct smbcli_tree **ret_tree,
- const char *dest_host, const char **dest_ports,
+ const char *dest_host,
const char *service, const char *service_type,
const char *socket_options,
struct cli_credentials *credentials,
status = smbcli_tree_full_connection(NULL,
&servers[i].smb_tree[j],
servers[i].server_name,
- lpcfg_smb_ports(lp_ctx),
servers[i].share_name, "A:",
lpcfg_socket_options(lp_ctx),
servers[i].credentials,