Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 25, 2024
1 parent 759ef32 commit 9161a57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{

Expand Down

0 comments on commit 9161a57

Please sign in to comment.