summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-06-09 10:42:50 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-06-09 10:42:50 +0200
commit6b84a09f60463bfd831e7f55a03000690847d44c (patch)
treea013ed018859756b44b158c34e01bea78f22e8c1
parent8bc6fd296f1307242e09c012ccf9b703783253d8 (diff)
downloadATCD-6b84a09f60463bfd831e7f55a03000690847d44c.tar.gz
Commented out check for nill ping interval, breaks one unit test
* TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp b/TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp
index 88bb8a95e1c..dbb5f72e5cb 100644
--- a/TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp
@@ -351,7 +351,7 @@ LiveEntry::validate_ping (bool &want_reping, ACE_Time_Value& next)
// When we have no ping interval specified we never
// have to ping this server
- if (owner_->ping_interval() == ACE_Time_Value::zero ||
+ if (//owner_->ping_interval() == ACE_Time_Value::zero ||
this->liveliness_ == LS_PING_AWAY ||
this->liveliness_ == LS_DEAD ||
this->listeners_.is_empty ())