(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.61 and 1.62

version 1.61, 2002/06/07 00:03:36 version 1.62, 2002/06/07 15:17:15
Line 504 
Line 504 
         if (String::equal(configManager->getCurrentValue("daemon"), "true"))         if (String::equal(configManager->getCurrentValue("daemon"), "true"))
         {         {
             daemonOption = true;             daemonOption = true;
               // do we need to run as a daemon ?
               if (daemonOption)
               {
                  if(-1 == cimserver_fork())
                     exit(-1);
               }
         }         }
  
         //         //
Line 624 
Line 630 
          << (useSSL ? " Use SSL " : " No SSL ")          << (useSSL ? " Use SSL " : " No SSL ")
         << endl;         << endl;
  
     // do we need to run as a daemon ?  
     if (daemonOption)  
     {  
         if(-1 == cimserver_fork())  
           exit(-1);  
     }  
  
     // try loop to bind the address, and run the server     // try loop to bind the address, and run the server
     try     try
Line 686 
Line 687 
                     PEGASUS_NAME, PEGASUS_VERSION, address);                     PEGASUS_NAME, PEGASUS_VERSION, address);
  
  
   
         //         //
         // Loop to call CIMServer's runForever() method until CIMServer         // Loop to call CIMServer's runForever() method until CIMServer
         // has been shutdown         // has been shutdown


Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2