(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.5 and 1.5.4.1

version 1.5, 2007/07/25 19:43:47 version 1.5.4.1, 2009/06/08 11:29:37
Line 257 
Line 257 
         if (response.status != 0)         if (response.status != 0)
         {         {
             status = -1;             status = -1;
             break;  
         }         }
       }
       while (0);
  
 #if !defined(PEGASUS_ENABLE_PRIVILEGE_SEPARATION) #if !defined(PEGASUS_ENABLE_PRIVILEGE_SEPARATION)
         /* When called from the main cimserver process, the cimservera         /* When called from the main cimserver process, the cimservera
Line 268 
Line 269 
         while ((waitpid(pid, 0, 0) == -1) && (errno == EINTR))         while ((waitpid(pid, 0, 0) == -1) && (errno == EINTR))
             ;             ;
 #endif #endif
     }  
     while (0);  
  
     close(sock);     close(sock);
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2