summaryrefslogtreecommitdiff
path: root/source3/python/py_lsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_lsa.h')
-rw-r--r--source3/python/py_lsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_lsa.h b/source3/python/py_lsa.h
index 99f3de50b1..44a0b37b35 100644
--- a/source3/python/py_lsa.h
+++ b/source3/python/py_lsa.h
@@ -27,7 +27,7 @@
typedef struct {
PyObject_HEAD
- struct cli_state *cli;
+ struct rpc_pipe_client *cli;
TALLOC_CTX *mem_ctx;
POLICY_HND pol;
} lsa_policy_hnd_object;