]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Disable vsocket connection temporarily to work around a bug.
authorVMware, Inc <>
Wed, 18 Sep 2013 03:27:32 +0000 (20:27 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Sep 2013 05:10:48 +0000 (22:10 -0700)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/rpcChannel/rpcChannel.c

index 0c6f53201222ce8bf49f806972875d134a51d817..f698e178510ceceb092de419c09f5841442254a7 100644 (file)
@@ -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();