]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Linux HGFS: disable vsock transport by default
authorVMware, Inc <>
Thu, 15 Oct 2009 21:31:17 +0000 (14:31 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 15 Oct 2009 21:31:17 +0000 (14:31 -0700)
I got a bit carried away and left vsock transport enabled in
my previous commit, better keep it disabled for now.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/vmhgfs/tcp.c

index a4e5f46428286e020dab93c7e76cd8048bbe2d59..40579225fc6b954e8e05ce16ff837388a8bbac06 100644 (file)
@@ -58,8 +58,6 @@ module_param(HOST_PORT, int, 0444);
 static int HOST_VSOCKET_PORT = 0; /* Disabled by default. */
 module_param(HOST_VSOCKET_PORT, int, 0444);
 
-#define INCLUDE_VSOCKETS
-
 #ifdef INCLUDE_VSOCKETS
 
 #include "vmci_defs.h"