linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp
branchRCL_3
changeset 14 23b59305592d
parent 0 af10295192d8
child 21 abbed5a4b42a
--- 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();
 	}