diff -r b433d36685ef -r 73696f712f10 linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp --- a/linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp Mon Jun 21 22:44:36 2010 +0100 +++ b/linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp Thu Jul 22 16:48:06 2010 +0100 @@ -1084,7 +1084,8 @@ void CLANLinkCommon::Destroy() { - ASSERT(iMMState==EStopped); + // PDEF143631: RNDIS driver doesn't override CLANLinkCommon::Destroy() + ASSERT(iMMState==EStarting || iMMState==EStopped); DeleteThisFlow(); }