mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
[cli] add mSntpQueryingInProgress to initializer list (#4464)
This commit is contained in:
@@ -231,6 +231,9 @@ Interpreter::Interpreter(Instance *aInstance)
|
||||
, mPingTimer(*aInstance, &Interpreter::HandlePingTimer, this)
|
||||
#if OPENTHREAD_CONFIG_DNS_CLIENT_ENABLE
|
||||
, mResolvingInProgress(0)
|
||||
#endif
|
||||
#if OPENTHREAD_CONFIG_SNTP_CLIENT_ENABLE
|
||||
, mSntpQueryingInProgress(false)
|
||||
#endif
|
||||
, mUdp(*this)
|
||||
, mDataset(*this)
|
||||
|
||||
Reference in New Issue
Block a user