From: Volker Lendecke Date: Mon, 21 Jul 2008 10:01:12 +0000 (+0200) Subject: Remove one reference to PI_LSARPC X-Git-Tag: samba-3.3.0pre1~436 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40247e8d3d53502fa8d7cc6b3eb9ed43f51142f3;p=thirdparty%2Fsamba.git Remove one reference to PI_LSARPC --- 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; } }