linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp
changeset 25 d15a50675083
parent 0 af10295192d8
--- a/linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp	Fri May 14 17:24:38 2010 +0300
+++ b/linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp	Thu May 27 14:26:17 2010 +0300
@@ -1084,7 +1084,8 @@
 
 void CLANLinkCommon::Destroy()
 	{
-	ASSERT(iMMState==EStopped);
+    // PDEF143631: RNDIS driver doesn't override CLANLinkCommon::Destroy()
+	ASSERT(iMMState==EStarting || iMMState==EStopped);
 	DeleteThisFlow();
 	}