branch | GCC_SURGE |
changeset 46 | 73696f712f10 |
parent 25 | d15a50675083 |
--- 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(); }