summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_samr.h')
-rw-r--r--source3/python/py_samr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/python/py_samr.h b/source3/python/py_samr.h
index 8e91b1671e..9cde99e2d0 100644
--- a/source3/python/py_samr.h
+++ b/source3/python/py_samr.h
@@ -27,7 +27,7 @@
typedef struct {
PyObject_HEAD
- struct cli_state *cli;
+ struct rpc_pipe_client *cli;
TALLOC_CTX *mem_ctx;
POLICY_HND connect_pol;
} samr_connect_hnd_object;
@@ -36,7 +36,7 @@ typedef struct {
typedef struct {
PyObject_HEAD
- struct cli_state *cli;
+ struct rpc_pipe_client *cli;
TALLOC_CTX *mem_ctx;
POLICY_HND domain_pol;
} samr_domain_hnd_object;
@@ -45,7 +45,7 @@ typedef struct {
typedef struct {
PyObject_HEAD
- struct cli_state *cli;
+ struct rpc_pipe_client *cli;
TALLOC_CTX *mem_ctx;
POLICY_HND user_pol;
} samr_user_hnd_object;