aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
430 stars 198 forks source link

Fix pointer value assignment in baseMultiCommand.parseKey #443

Closed reugn closed 1 month ago

khaf commented 1 month ago

@reugn What is the issue this patch is trying to address?

reugn commented 1 month ago

This way, the value assigned to bval is not visible outside of the method.

khaf commented 1 month ago

Absolutely true, thanks.