f1d2fed01f
- This wip version is purely experimental, it is on the way, not completed at all, or just started to compile by wip/kBuild-svn kBuild-0.1.5nb20150905 Build framework based on GNU make - This is ported from FreeBSD/ports (4.3.30) See http://svnweb.freebsd.org/ports/head/emulators/virtualbox-ose/ - Thus there should be so many things to adjust from FreeBSD to pkgsrc VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License. WWW: http://www.virtualbox.org/
13 lines
583 B
C++
13 lines
583 B
C++
$NetBSD$
|
|
|
|
--- src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp.orig 2015-03-02 10:09:37.000000000 -0500
|
|
+++ src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp 2015-03-12 18:33:09.348465000 -0400
|
|
@@ -1732,7 +1732,7 @@
|
|
CHECK_ERROR(nic, COMGETTER(NATEngine)(engine.asOutParam()));
|
|
|
|
uint32_t aliasMode = 0;
|
|
- if (!RTStrCmp(ValueUnion.psz, "default") == 0)
|
|
+ if (RTStrCmp(ValueUnion.psz, "default") != 0)
|
|
{
|
|
char *token = (char *)ValueUnion.psz;
|
|
while(token)
|