summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/AppMonitor/AppSideReg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/FTComponentServer/AppMonitor/AppSideReg.cpp')
-rw-r--r--CIAO/ciao/FTComponentServer/AppMonitor/AppSideReg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/ciao/FTComponentServer/AppMonitor/AppSideReg.cpp b/CIAO/ciao/FTComponentServer/AppMonitor/AppSideReg.cpp
index 62afb94113b..e7f148d2252 100644
--- a/CIAO/ciao/FTComponentServer/AppMonitor/AppSideReg.cpp
+++ b/CIAO/ciao/FTComponentServer/AppMonitor/AppSideReg.cpp
@@ -42,7 +42,7 @@ int AppSideReg::svc(void)
hmh.escape_dots (this->get_hostname ()) +
"/HostMonitor");
- u_short port = hmvar_->heartbeat_port (this->get_process_id ().c_str ());
+ u_short port = hmvar_->heartbeat_port ();
ACE_Barrier internal_thread_barrier (2);
monitor_ = std::auto_ptr <AppSideMonitor_Thread>