From 9161a57e89c98b102f64ddc6b258c0c7da666718 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:19:46 -0700 Subject: [PATCH] fix --- src/main/policy.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/policy.c b/src/main/policy.c index 39559171b..f355946b9 100644 --- a/src/main/policy.c +++ b/src/main/policy.c @@ -607,8 +607,9 @@ as_status declare_policy_constants(PyObject *aerospike) * We assume that the error object and the policy object are already allocated * and initialized (although, we do reset the error object here). */ -as_status pyobject_to_policy_admin(as_error *err, PyObject *py_policy, - as_policy_admin *policy, +as_status pyobject_to_policy_admin(AerospikeClient *self, as_error *err, + PyObject *py_policy, as_policy_admin *policy, + as_policy_admin **policy_p, as_policy_admin *config_admin_policy) {