pytalloc: Use consistent prefix for functions, add ABI file.
[ira/wip.git] / source4 / param / provision.c
index 54b60730dd340bd7d6086d1248ff3a196526203a..6663f269a8e65af288c3aa9d2d0ddc9175d690ae 100644 (file)
@@ -203,7 +203,7 @@ static PyObject *py_dom_sid_FromSid(struct dom_sid *sid)
        if (dom_sid_Type == NULL)
                return NULL;
 
-       return py_talloc_reference((PyTypeObject *)dom_sid_Type, sid);
+       return pytalloc_reference((PyTypeObject *)dom_sid_Type, sid);
 }
 
 NTSTATUS provision_store_self_join(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx,