Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
struct smb_composite_fetchfile {
struct {
const char *dest_host;
- const char **ports;
const char *called_name;
const char *service;
const char *service_type;
ZERO_STRUCT(io2);
io2.in.dest_host = torture_setting_string(tctx, "host", NULL);
- io2.in.ports = lpcfg_smb_ports(tctx->lp_ctx);
io2.in.called_name = torture_setting_string(tctx, "host", NULL);
io2.in.service = torture_setting_string(tctx, "share", NULL);
io2.in.service_type = "A:";