(file) Return to cimserver.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Server

Diff for /pegasus/src/Server/cimserver.cpp between version 1.176 and 1.177

version 1.176, 2006/01/10 19:41:21 version 1.177, 2006/01/12 00:32:59
Line 1246 
Line 1246 
  
   FILE *startupLockFile;   FILE *startupLockFile;
  
   if (startupLockFile = fopen(ConfigManager::getHomedPath(CIMSERVER_LOCK_FILE).getCString(), "w"))    if ((startupLockFile = fopen(ConfigManager::getHomedPath(
             CIMSERVER_LOCK_FILE).getCString(), "w")) != 0)
   {   {
       lockf(fileno(startupLockFile), F_LOCK, 0);       lockf(fileno(startupLockFile), F_LOCK, 0);
   }   }


Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2