From d6e58b15ca78ab5207a4e26ddb1d6597e3710774 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Tue, 16 Apr 2019 08:23:10 -0700 Subject: [PATCH] [mle] do not apply active dataset from settings after attaching (#3762) A device should use the Active Dataset in use by the partition that it is attached to, not the one stored locally in non-volatile. --- src/core/thread/mle.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/thread/mle.cpp b/src/core/thread/mle.cpp index 36042ed66..0ed752d3b 100644 --- a/src/core/thread/mle.cpp +++ b/src/core/thread/mle.cpp @@ -3360,8 +3360,6 @@ otError Mle::HandleChildIdResponse(const Message &aMessage, const Ip6::MessageIn Get().SetNetworkData(leaderData.GetDataVersion(), leaderData.GetStableDataVersion(), !IsFullNetworkData(), aMessage, networkDataOffset); - Get().ApplyConfiguration(); - SetStateChild(shortAddress.GetRloc16()); exit: