mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 11:15:50 +08:00
Fix uninitialized memory in storage server (#6282)
This commit is contained in:
parent
1800259d7c
commit
c967e6246b
@ -922,7 +922,7 @@ public:
|
||||
} counters;
|
||||
|
||||
// Bytes read from storage engine when a storage server starts.
|
||||
int64_t bytesRestored;
|
||||
int64_t bytesRestored = 0;
|
||||
|
||||
Reference<EventCacheHolder> storageServerSourceTLogIDEventHolder;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user