summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-11-20 23:15:55 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-11-20 23:15:55 +0000
commit5c2a91744ed17e1b9863e7d423b32e1f69724cce (patch)
treee5b8615c405dc951c4373e2d41f8bd40fd1ef1bb
parent2b382657fdd2b26cf3eb50abdeb0783825a936de (diff)
downloadATCD-5c2a91744ed17e1b9863e7d423b32e1f69724cce.tar.gz
ChangeLogTag:Wed Nov 20 15:15:02 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/tao/ClientRequestInfo_i.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/ClientRequestInfo_i.cpp b/TAO/tao/ClientRequestInfo_i.cpp
index 0d2facea529..c1147b8a1de 100644
--- a/TAO/tao/ClientRequestInfo_i.cpp
+++ b/TAO/tao/ClientRequestInfo_i.cpp
@@ -77,9 +77,8 @@ TAO_ClientRequestInfo_i::setup_picurrent (void)
// contents have been *logically* copied to the request scope
// current.
//
- // Only perform set the TSC's peer if a copy was actually
- // performed.
-// if (this->rs_pi_current_.dirty ())
+ // Only set the TSC's peer if a copy was actually performed.
+ if (this->rs_pi_current_.dirty ())
tsc->pi_peer (&this->rs_pi_current_);
}
}