mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
impl_count_function doesn't explicitly initialize _count, so its correctness depends on default initialization. Let's explicitly initialize _count to make the code future proof. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20200714162604.64402-1-raphaelsc@scylladb.com>