From 40247e8d3d53502fa8d7cc6b3eb9ed43f51142f3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 21 Jul 2008 12:01:12 +0200 Subject: [PATCH] Remove one reference to PI_LSARPC --- source/libsmb/libsmb_xattr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/libsmb/libsmb_xattr.c b/source/libsmb/libsmb_xattr.c index 8763205d1fa..2d8389c7705 100644 --- a/source/libsmb/libsmb_xattr.c +++ b/source/libsmb/libsmb_xattr.c @@ -39,7 +39,8 @@ find_lsa_pipe_hnd(struct cli_state *ipc_cli) pipe_hnd; pipe_hnd = pipe_hnd->next) { - if (rpccli_is_pipe_idx(pipe_hnd, PI_LSARPC)) { + if (ndr_syntax_id_equal(&pipe_hnd->abstract_syntax, + &ndr_table_lsarpc.syntax_id)) { return pipe_hnd; } } -- 2.47.3