[NDIS]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 4 Dec 2012 23:09:48 +0000 (23:09 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 4 Dec 2012 23:09:48 +0000 (23:09 +0000)
- Set ParameterValue when NdisReadConfiguration is successful
- Fixes crash when Belkin F5D8053 N Wireless USB Adapter is initializing
- Introduced in rev 5338 (31/07/2003)

svn path=/trunk/; revision=57803

reactos/drivers/network/ndis/ndis/config.c

index 7b7c45c..addcd71 100644 (file)
@@ -432,7 +432,7 @@ NdisReadConfiguration(
     PMINIPORT_CONFIGURATION_CONTEXT ConfigurationContext = (PMINIPORT_CONFIGURATION_CONTEXT)ConfigurationHandle;
     PVOID Buffer;
 
-    *ParameterValue = NULL;
+    //*ParameterValue = NULL;
     *Status = NDIS_STATUS_FAILURE;
 
     NDIS_DbgPrint(MAX_TRACE,("requested read of %wZ\n", Keyword));