1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
1c8616618c r5511: Fix pipe-mismatch for NETDFS.
Guenther
2007-10-10 10:55:43 -05:00
93eab05020 r4561: This looks a lot larger than it is, this is to reduce the clutter on future
patches.

Pass down the pipe_idx down to all functions in cli_pipe where nt_pipe_fnum is
referenced. First step towards having multiple pipes on a cli_struct. The idea
is to not have a single nt_pipe_fnum but an array for the pipes we support.

Volker
2007-10-10 10:53:47 -05:00
a20aba0999 Merge: const fixes. -
cb946b5dad Moved rpc client routines from libsmb back to rpc_client where they belong. -