From 8ec4d9cb00b818045f040b0a3f60946543d35f75 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 21 Feb 2013 08:31:41 +0100 Subject: s4:pyregistry: make use of samba_tevent_context_init() Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source4/lib/registry/pyregistry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/pyregistry.c') diff --git a/source4/lib/registry/pyregistry.c b/source4/lib/registry/pyregistry.c index ad411e846d..8f967109cc 100644 --- a/source4/lib/registry/pyregistry.c +++ b/source4/lib/registry/pyregistry.c @@ -288,7 +288,7 @@ static PyObject *py_open_hive(PyTypeObject *type, PyObject *args, PyObject *kwar session_info = NULL; result = reg_open_hive(NULL, location, session_info, credentials, - tevent_context_init(NULL), + samba_tevent_context_init(NULL), lp_ctx, &hive_key); talloc_free(mem_ctx); PyErr_WERROR_NOT_OK_RAISE(result); -- cgit