[cli] add mSntpQueryingInProgress to initializer list (#4464)

This commit is contained in:
Jonathan Hui
2020-01-09 14:46:05 -08:00
parent fd808f72c1
commit 40a84bb18f
+3
View File
@@ -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)