]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commitdiff
BootFlags should be a parameter, not a subkey
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 30 Mar 2016 11:01:26 +0000 (12:01 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 30 Mar 2016 11:01:26 +0000 (12:01 +0100)
A misplaced comma in the INF file means that BootFlags is being created as
a subkey under the service key with a default DWORD value, rather than a
DWORD value with the name 'BootFlags'.

This patch moves the comma and fixes the problem.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xennet.inf

index ae194b771cfc4ae6279ce7cfb09ed7429bc3b0e2..edee6f653a22b364e2e8aa2a3db5800758788da8 100644 (file)
@@ -171,7 +171,7 @@ LoadOrderGroup="NDIS"
 AddReg = XenNet_BootFlags
 
 [XenNet_BootFlags]
-HKR,"BootFlags",,0x00010003,0x81
+HKR,,"BootFlags",0x00010003,0x81
 
 [XenNet_EventLog]
 AddReg=XenNet_EventLog_AddReg