]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commitdiff
Fix co-installer compatibility check
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 22 Jul 2015 15:47:01 +0000 (16:47 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 22 Jul 2015 15:47:01 +0000 (16:47 +0100)
It was using the wrong enumerator name.

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

index 0c0ac61fd3486b0e39151c7763b9676354726244..60ed2bce69eecf32f35543634b9d2428599a8470 100644 (file)
@@ -757,7 +757,7 @@ SupportChildDrivers(
             goto fail4;
         }
 
-        Success = OpenDeviceKey("XENBUS", SubKeyName, &DeviceKey);
+        Success = OpenDeviceKey("XENVIF", SubKeyName, &DeviceKey);
         if (!Success)
             goto fail5;