diff -r 2129f10626ba -r 23b59305592d linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp --- a/linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp Tue May 11 17:38:48 2010 +0300 +++ b/linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp Tue May 25 14:22:18 2010 +0300 @@ -1084,7 +1084,8 @@ void CLANLinkCommon::Destroy() { - ASSERT(iMMState==EStopped); + // DEF134153: RNDIS doesn't override CLANLinkCommon::Destroy() + ASSERT(iMMState==EStarting || iMMState==EStopped); DeleteThisFlow(); }