From: VMware, Inc <> Date: Wed, 18 Sep 2013 03:20:35 +0000 (-0700) Subject: Reactivate guestRpc polling reduction code on the guest side. X-Git-Tag: 2013.09.16-1328054~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8769f85cf842590867c6ca021cc7d148a59962;p=thirdparty%2Fopen-vm-tools.git Reactivate guestRpc polling reduction code on the guest side. Reactivate guestRpc polling reduction code on the guest side. The code was disabled completely due to an issue that has been fixed. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/rpcIn/rpcin.c b/open-vm-tools/lib/rpcIn/rpcin.c index b9534283c..1b05f9eb2 100644 --- a/open-vm-tools/lib/rpcIn/rpcin.c +++ b/open-vm-tools/lib/rpcIn/rpcin.c @@ -1593,8 +1593,6 @@ RpcInOpenChannel(RpcIn *in, // IN ASSERT(in->conn == NULL); - useBackdoorOnly = TRUE; - while (TRUE) { /* one pass loop */ if (useBackdoorOnly) { break;