Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
struct smb_composite_fsinfo {
struct {
const char *dest_host;
- const char **dest_ports;
const char *socket_options;
const char *called_name;
const char *service;
bool ret = true;
io1.in.dest_host = torture_setting_string(tctx, "host", NULL);
- io1.in.dest_ports = lpcfg_smb_ports(tctx->lp_ctx);
io1.in.socket_options = lpcfg_socket_options(tctx->lp_ctx);
io1.in.called_name = torture_setting_string(tctx, "host", NULL);
io1.in.service = torture_setting_string(tctx, "share", NULL);