summaryrefslogtreecommitdiff
path: root/source/rpc_client/cli_lsarpc.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-04 03:51:43 +0000
committerGerald Carter <jerry@samba.org>2002-10-04 03:51:43 +0000
commit38c9e4299845fd77cc8629945ce2d259489f7437 (patch)
tree27a1d9e7d1f10dfe01a72e7055d84459cb26b620 /source/rpc_client/cli_lsarpc.c
parent96e9ff905426f4754685a140674934cf2f6cb11c (diff)
downloadsamba-38c9e4299845fd77cc8629945ce2d259489f7437.tar.gz
merge of new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD
Diffstat (limited to 'source/rpc_client/cli_lsarpc.c')
-rw-r--r--source/rpc_client/cli_lsarpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_client/cli_lsarpc.c b/source/rpc_client/cli_lsarpc.c
index 5555f4bd529..6d1d56ee849 100644
--- a/source/rpc_client/cli_lsarpc.c
+++ b/source/rpc_client/cli_lsarpc.c
@@ -1224,7 +1224,7 @@ Error was : %s.\n", remote_machine, cli_errstr(&cli) ));
/* Fetch domain sid */
- if (!cli_nt_session_open(&cli, PIPE_LSARPC)) {
+ if (!cli_nt_session_open(&cli, PI_LSARPC)) {
DEBUG(0, ("fetch_domain_sid: Error connecting to SAM pipe\n"));
goto done;
}