diff options
Diffstat (limited to 'source4/lib/registry/pyregistry.c')
-rw-r--r-- | source4/lib/registry/pyregistry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/pyregistry.c b/source4/lib/registry/pyregistry.c index ad411e846de..8f967109cc4 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); |