Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 19, 2024
1 parent 58a695d commit ce95644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ int set_as_policy_fields_using_pyobject(AerospikeClient *self, as_error *err,
as_error_update(err, AEROSPIKE_ERR_PARAM,
"Unable to parse %s of type %s",
curr_field->python_client_name, curr_field->type);
break;
goto error;
}

NEXT_FIELD:
Expand Down

0 comments on commit ce95644

Please sign in to comment.