Skip to content

Commit

Permalink
initialize?
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jan 14, 2025
1 parent 569274c commit 27cebab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/policy_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ as_status set_subpolicies(as_config *config, PyObject *py_policies)

as_status set_policy_status = AEROSPIKE_OK;
as_error err;
as_error_init(&err);

PyObject *read_policy = PyDict_GetItemString(py_policies, "read");
set_policy_status =
Expand Down

0 comments on commit 27cebab

Please sign in to comment.