(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.7 and 1.7.2.1

version 1.7, 2008/12/02 09:00:13 version 1.7.2.1, 2009/06/05 10:45:54
Line 253 
Line 253 
         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 264 
Line 265 
         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.7  
changed lines
  Added in v.1.7.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2