(file) Return to cimservera.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Cimservera

Diff for /pegasus/src/Pegasus/Security/Cimservera/cimservera.c between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2007/01/04 04:59:03 version 1.1.2.2, 2007/01/04 06:58:32
Line 33 
Line 33 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 */ */
  
 #include "cimservera.h"  #include <Executor/PAMAuth.h>
 #include <stdio.h> #include <stdio.h>
   #include <stdlib.h>
 #include <syslog.h> #include <syslog.h>
   #include <unistd.h>
   #include <errno.h>
   #include <string.h>
  
 static void Exit(int status) static void Exit(int status)
 { {
Line 55 
Line 59 
     {     {
         ssize_t n;         ssize_t n;
  
         CIMSERVERA_RESTART(read(sock, p, r), n);          EXECUTOR_RESTART(read(sock, p, r), n);
  
         if (n == -1)         if (n == -1)
             return -1;             return -1;


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2