summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-22 22:45:52 +0000
committerTim Potter <tpot@samba.org>2001-11-22 22:45:52 +0000
commite996ac23f7f40fcb36616d26d3d8093f66f3c243 (patch)
tree9bc734a2646ac348d087e6f5bb8ab7b8028e6a3e /source3/libsmb
parentb09d9e3dc5f389c1911649721ee7c33f9c982deb (diff)
downloadsamba-e996ac23f7f40fcb36616d26d3d8093f66f3c243.tar.gz
samba-e996ac23f7f40fcb36616d26d3d8093f66f3c243.tar.bz2
samba-e996ac23f7f40fcb36616d26d3d8093f66f3c243.zip
Oops - opening wrong pipe name in cli_lsa_initialise() helper function.
(This used to be commit d2034bc5f7dc9b5b9d5e4f17ee8e468307dcb2d5)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/cli_lsarpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/cli_lsarpc.c b/source3/libsmb/cli_lsarpc.c
index c789badc72..bb59bc011e 100644
--- a/source3/libsmb/cli_lsarpc.c
+++ b/source3/libsmb/cli_lsarpc.c
@@ -43,7 +43,7 @@
struct cli_state *cli_lsa_initialise(struct cli_state *cli, char *system_name,
struct ntuser_creds *creds)
{
- return cli_pipe_initialise(cli, system_name, PIPE_LSASS, creds);
+ return cli_pipe_initialise(cli, system_name, PIPE_LSARPC, creds);
}
/** Open a LSA policy handle */