(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.1.2.4 and 1.1.2.5

version 1.1.2.4, 2007/01/12 23:06:39 version 1.1.2.5, 2007/01/12 23:17:56
Line 180 
Line 180 
         /* Execute child: */         /* Execute child: */
  
         /* Flawfinder: ignore */         /* Flawfinder: ignore */
         execv(path, argv);          execv(path, (char**)argv);
         close(pair[0]);         close(pair[0]);
         _exit(0);         _exit(0);
     }     }


Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2