]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
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)
commitc178d356b8ef109598c2c76794f68007b2b4d1f8
treed14107232b1ba50624571f1e237de88410c9ddbe
parent6be74f7dcae483435d5d20365c706e36b52cbeeb
BootFlags should be a parameter, not a subkey

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