Skip to content

Commit

Permalink
Added Matthias Boltes patch to silence VBox error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clift authored and photron committed Mar 12, 2011
1 parent 123c2ae commit 62f307f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions libvirt-0.8.7-mingw.patch
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -156,3 +156,16 @@ Make the remote driver use TLS certificates from %APPDATA%\libvirt\pki\ instead
+# endif +# endif


#endif /* __VIR_REMOTE_INTERNAL_H__ */ #endif /* __VIR_REMOTE_INTERNAL_H__ */
diff --git a/src/vbox/vbox_MSCOMGlue.c b/src/vbox/vbox_MSCOMGlue.c
index e6a886f..be0ec34 100644
--- a/src/vbox/vbox_MSCOMGlue.c
+++ b/src/vbox/vbox_MSCOMGlue.c
@@ -356,8 +356,6 @@ vboxLookupVersionInRegistry(void)
status = RegOpenKeyEx(HKEY_LOCAL_MACHINE, keyName, 0, KEY_READ, &key);

if (status != ERROR_SUCCESS) {
- VIR_ERROR(_("Could not open registry key '%s' nor '%s'"),
- VBOX_REGKEY_ORACLE, VBOX_REGKEY_SUN);
return -1;
}
}

0 comments on commit 62f307f

Please sign in to comment.