[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH 2/3] Fix incorrect registry key setting
Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> --- src/xen/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xen/driver.c b/src/xen/driver.c index 187fe1c..3f0d1c8 100644 --- a/src/xen/driver.c +++ b/src/xen/driver.c @@ -258,7 +258,7 @@ DllInitialize( if (!NT_SUCCESS(status)) goto fail5; - __DriverSetUnplugKey(UnplugKey); + __DriverSetStatusKey(UnplugKey); status = AcpiInitialize(); if (!NT_SUCCESS(status)) -- 2.1.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |