mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[NDIS]
- 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
This commit is contained in:
parent
05e2dc4e57
commit
874a4d7f8b
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue