summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-12-07 15:33:59 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-12-07 15:33:59 +0100
commit174c72b87155f82acd7433100548388b7f75a985 (patch)
tree3564b730b891704be11f3b35ad55d0d56106f4e7 /TAO/orbsvcs/ImplRepo_Service
parent84724dff18a39c238052988ae442946ee03536da (diff)
downloadATCD-174c72b87155f82acd7433100548388b7f75a985.tar.gz
Remove start limit change
* TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp b/TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp
index 947f2a80399..7317ef07a99 100644
--- a/TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp
@@ -531,7 +531,6 @@ AsyncAccessManager::notify_child_death (int pid)
if ((this->status_ == ImplementationRepository::AAM_WAIT_FOR_DEATH) &&
this->rh_list_.size() > 0)
{
- this->retries_ = this->info_->start_limit_;
this->send_start_request ();
return true;
}