mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 16:20:05 +00:00
[dataset] add mSaved to initializer list (#4464)
This commit is contained in:
@@ -53,6 +53,7 @@ DatasetLocal::DatasetLocal(Instance &aInstance, Tlv::Type aType)
|
||||
, mUpdateTime(0)
|
||||
, mType(aType)
|
||||
, mTimestampPresent(false)
|
||||
, mSaved(false)
|
||||
{
|
||||
mTimestamp.Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user