(file) Return to PAMAuth.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/PAMAuth.h between version 1.2 and 1.3

version 1.2, 2007/05/25 18:35:07 version 1.3, 2007/06/19 18:06:36
Line 156 
Line 156 
     pid = fork();     pid = fork();
  
     if (pid < 0)     if (pid < 0)
       {
           close(pair[0]);
           close(pair[1]);
         return -1;         return -1;
       }
  
     /* Child process: */     /* Child process: */
  


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