mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[RAMDISK] Fix unterminated query table
This commit is contained in:
parent
2a5bf96891
commit
99ec8ff00c
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ NTAPI
|
|||
QueryParameters(IN PUNICODE_STRING RegistryPath)
|
||||
{
|
||||
ULONG MinView, DefView, MinViewLength, DefViewLength, MaxViewLength;
|
||||
RTL_QUERY_REGISTRY_TABLE QueryTable[10];
|
||||
RTL_QUERY_REGISTRY_TABLE QueryTable[11];
|
||||
|
||||
/* Set defaults */
|
||||
MaximumViewLength = 0x10000000u;
|
||||
|
|
Loading…
Reference in a new issue