From: VMware, Inc <> Date: Wed, 18 Sep 2013 03:27:32 +0000 (-0700) Subject: Disable vsocket connection temporarily to work around a bug. X-Git-Tag: 2013.09.16-1328054~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946a1fed90796096501f5650ca0344f2223d8140;p=thirdparty%2Fopen-vm-tools.git Disable vsocket connection temporarily to work around a bug. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/rpcChannel/rpcChannel.c b/open-vm-tools/lib/rpcChannel/rpcChannel.c index 0c6f53201..f698e1785 100644 --- a/open-vm-tools/lib/rpcChannel/rpcChannel.c +++ b/open-vm-tools/lib/rpcChannel/rpcChannel.c @@ -633,7 +633,8 @@ RpcChannel * RpcChannel_New(void) { RpcChannel *chan; -#if defined(linux) || defined(_WIN32) +#if 0 /* defined(linux) || defined(_WIN32) + This is a temporarily workaround for bug 1053489 */ chan = VSockChannel_New(); #else chan = BackdoorChannel_New();