[network-data] remove ClearResubmitDelayTimer() in UpdateRloc() (#4485)

`UpdateRloc()`, which happens before checking network data consistence,
should not `ClearResubmitDelayTimer()` to guarantee the DATA_RESUBMIT_DELAY
before resending when there is inconsistence.
This commit is contained in:
Rongli Sun
2020-02-24 13:13:01 -08:00
committed by Jonathan Hui
parent 530631fee9
commit 4bf95c6c7b
-2
View File
@@ -344,8 +344,6 @@ void Local::UpdateRloc(void)
break;
}
}
ClearResubmitDelayTimer();
}
otError Local::SendServerDataNotification(void)