- Remove the adapter from the global adapter list if we fail

svn path=/branches/aicom-network-fixes/; revision=36074
This commit is contained in:
Cameron Gutman
2008-09-09 00:17:02 +00:00
parent 128aeae543
commit dc08835ad7
+1
View File
@@ -1281,6 +1281,7 @@ NdisIPnPStartDevice(
if (!NT_SUCCESS(Status))
{
NDIS_DbgPrint(MIN_TRACE,("failed to open adapter-specific reg key\n"));
ExInterlockedRemoveEntryList( &Adapter->ListEntry, &AdapterListLock );
return Status;
}