mirror of
https://github.com/samba-team/samba.git
synced 2025-12-11 08:23:49 +03:00
r26409: Pass smb ports along.
This commit is contained in:
committed by
Stefan Metzmacher
parent
f933b43621
commit
2833f320de
@@ -137,7 +137,7 @@ struct composite_context *smb_composite_fetchfile_send(struct smb_composite_fetc
|
||||
state->io = io;
|
||||
|
||||
state->connect->in.dest_host = io->in.dest_host;
|
||||
state->connect->in.port = io->in.port;
|
||||
state->connect->in.dest_ports = io->in.ports;
|
||||
state->connect->in.called_name = io->in.called_name;
|
||||
state->connect->in.service = io->in.service;
|
||||
state->connect->in.service_type = io->in.service_type;
|
||||
|
||||
Reference in New Issue
Block a user