mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #16603 from dillaman/wip-rbd-mirror-valgrind
rbd-mirror: initialize timer context pointer to null
This commit is contained in:
commit
3d86277b2e
@ -72,7 +72,7 @@ private:
|
||||
Pools m_pools;
|
||||
uint64_t m_callout_id = service_daemon::CALLOUT_ID_NONE;
|
||||
|
||||
Context* m_timer_ctx;
|
||||
Context* m_timer_ctx = nullptr;
|
||||
|
||||
void schedule_update_status();
|
||||
void update_status();
|
||||
|
Loading…
Reference in New Issue
Block a user