linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp
changeset 37 052078dda061
parent 0 af10295192d8
--- a/linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp	Mon May 03 13:58:16 2010 +0300
+++ b/linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp	Tue Jun 29 19:20:22 2010 +0530
@@ -1084,7 +1084,8 @@
 
 void CLANLinkCommon::Destroy()
 	{
-	ASSERT(iMMState==EStopped);
+    // PDEF143631: RNDIS driver doesn't override CLANLinkCommon::Destroy()
+	ASSERT(iMMState==EStarting || iMMState==EStopped);
 	DeleteThisFlow();
 	}