summaryrefslogtreecommitdiff
path: root/ACE/ace/System_Time.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-16 12:28:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-16 12:28:51 +0000
commit0cab6a112f5235cc06618940560a8c867035f1d7 (patch)
treeb5b9442567f73fed3d9b0c378755145ca65083c6 /ACE/ace/System_Time.cpp
parent525593cff4b94bb6d9a65f7e1ba0ea3799c968b7 (diff)
downloadATCD-0cab6a112f5235cc06618940560a8c867035f1d7.tar.gz
Mon Mar 16 12:29:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Configuration.cpp: * ace/System_Time.cpp: Initialise pointers with 0 * ace/MEM_Acceptor.h: Doxygen fix * ace/Monitor_Control_Types.cpp (operator=): Check for self assignment * ace/Name_Space.cpp: * ace/Name_Space.h: Let operator= return a value * ace/SOCK.h: Layout change * ace/UUID.cpp: Simplified operator=
Diffstat (limited to 'ACE/ace/System_Time.cpp')
-rw-r--r--ACE/ace/System_Time.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/System_Time.cpp b/ACE/ace/System_Time.cpp
index d1ae525b8d6..e5ff1175473 100644
--- a/ACE/ace/System_Time.cpp
+++ b/ACE/ace/System_Time.cpp
@@ -85,7 +85,7 @@ ACE_System_Time::get_master_system_time (time_t &time_out)
if (this->delta_time_ == 0)
{
// Try to find it
- void * temp;
+ void * temp = 0;
if (this->shmem_->find (ACE_DEFAULT_TIME_SERVER_STR, temp) == -1)
{
// No time entry in shared memory (meaning no Clerk exists)