From 8f11da3bc3c07c95b171462d375785ece56e379f Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 6 Nov 2013 15:42:21 -0500 Subject: [PATCH] VBOX: Add VirtualBox 4.3.0 to bad builds list. --- samples/vboxwrapper/vboxwrapper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp index 698757b469..9235af8541 100644 --- a/samples/vboxwrapper/vboxwrapper.cpp +++ b/samples/vboxwrapper/vboxwrapper.cpp @@ -488,7 +488,8 @@ int main(int argc, char** argv) { // and 4.2.18 fails to restore from snapshots properly. // if ((vm.virtualbox_version.find("4.2.6") != std::string::npos) || - (vm.virtualbox_version.find("4.2.18") != std::string::npos)) { + (vm.virtualbox_version.find("4.2.18") != std::string::npos) || + (vm.virtualbox_version.find("4.3.0") != std::string::npos) ) { fprintf( stderr, "%s Incompatible version of VirtualBox detected. Please upgrade to a later version.\n",