summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_samr.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-08-12 11:19:09 +0200
committerSimo Sorce <idra@samba.org>2011-08-21 09:05:04 -0400
commiteb8a0c76725500d183c50eb795c683f23d4aede7 (patch)
tree3f2679a5ebaeeb318591cd43fd0cbb14e8793f96 /source3/winbindd/winbindd_samr.c
parentbfd96248185a7a7325a0f5991f2655759905c45e (diff)
downloadsamba-eb8a0c76725500d183c50eb795c683f23d4aede7.tar.gz
samba-eb8a0c76725500d183c50eb795c683f23d4aede7.tar.bz2
samba-eb8a0c76725500d183c50eb795c683f23d4aede7.zip
s3-winbind: We need to use internal rpc connections in winbind.
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_samr.c')
-rw-r--r--source3/winbindd/winbindd_samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_samr.c b/source3/winbindd/winbindd_samr.c
index 7dae82ac5d..582e2a6962 100644
--- a/source3/winbindd/winbindd_samr.c
+++ b/source3/winbindd/winbindd_samr.c
@@ -56,7 +56,7 @@ static NTSTATUS open_internal_samr_pipe(TALLOC_CTX *mem_ctx,
}
/* create a samr connection */
- status = rpc_pipe_open_interface(mem_ctx,
+ status = rpc_pipe_open_internal(mem_ctx,
&ndr_table_samr.syntax_id,
session_info,
NULL,
@@ -133,7 +133,7 @@ static NTSTATUS open_internal_lsa_pipe(TALLOC_CTX *mem_ctx,
}
/* create a lsa connection */
- status = rpc_pipe_open_interface(mem_ctx,
+ status = rpc_pipe_open_internal(mem_ctx,
&ndr_table_lsarpc.syntax_id,
session_info,
NULL,