]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Reactivate guestRpc polling reduction code on the guest side.
authorVMware, Inc <>
Wed, 18 Sep 2013 03:20:35 +0000 (20:20 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Sep 2013 05:06:57 +0000 (22:06 -0700)
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 <dtor@vmware.com>
open-vm-tools/lib/rpcIn/rpcin.c

index b9534283c7578be7930606544ec657fe23176fd8..1b05f9eb238b59efb4633a17c763cc4e32e0756f 100644 (file)
@@ -1593,8 +1593,6 @@ RpcInOpenChannel(RpcIn *in,                 // IN
 
    ASSERT(in->conn == NULL);
 
-   useBackdoorOnly = TRUE;
-
    while (TRUE) {  /* one pass loop */
       if (useBackdoorOnly) {
          break;