1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Remove the pipe_idx variable from rpc_pipe_client

(This used to be commit 4840febcd4)
This commit is contained in:
Volker Lendecke
2008-04-20 11:45:41 +02:00
parent ff8aa642f3
commit f56eedb95c
8 changed files with 38 additions and 52 deletions

View File

@ -39,7 +39,7 @@ find_lsa_pipe_hnd(struct cli_state *ipc_cli)
pipe_hnd;
pipe_hnd = pipe_hnd->next) {
if (pipe_hnd->pipe_idx == PI_LSARPC) {
if (rpccli_is_pipe_idx(pipe_hnd, PI_LSARPC)) {
return pipe_hnd;
}
}