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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user