mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +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>