1
0
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:
Jelmer Vernooij
2007-12-12 02:15:29 +01:00
committed by Stefan Metzmacher
parent f933b43621
commit 2833f320de
40 changed files with 121 additions and 98 deletions

View File

@@ -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;