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

Diff for /pegasus/src/Service/PidFile.cpp between version 1.2 and 1.3

version 1.2, 2007/09/12 19:44:26 version 1.3, 2008/01/25 19:32:10
Line 62 
Line 62 
     // get the pid from the file     // get the pid from the file
     if (fscanf(pidFile, "%lu\n", &pid) != 1)     if (fscanf(pidFile, "%lu\n", &pid) != 1)
     {     {
           fclose(pidFile);
         return 0;         return 0;
     }     }
  


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2