From: VMware, Inc <> Date: Thu, 15 Oct 2009 21:31:17 +0000 (-0700) Subject: Linux HGFS: disable vsock transport by default X-Git-Tag: 2009.10.15-201664~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbcdda4f83bd0cda92afcf0464c03b308c8b6193;p=thirdparty%2Fopen-vm-tools.git Linux HGFS: disable vsock transport by default 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 --- diff --git a/open-vm-tools/modules/linux/vmhgfs/tcp.c b/open-vm-tools/modules/linux/vmhgfs/tcp.c index a4e5f4642..40579225f 100644 --- a/open-vm-tools/modules/linux/vmhgfs/tcp.c +++ b/open-vm-tools/modules/linux/vmhgfs/tcp.c @@ -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"