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

Diff for /pegasus/src/Executor/Parent.c between version 1.18 and 1.19

version 1.18, 2008/12/16 18:55:52 version 1.19, 2010/10/29 05:29:49
Line 291 
Line 291 
  
         const char* path;         const char* path;
  
           if (request.moduleBitness == BITNESS_DEFAULT)
           {
         if ((path = FindMacro("cimprovagtPath")) == NULL)         if ((path = FindMacro("cimprovagtPath")) == NULL)
             Fatal(FL, "Failed to locate %s program", CIMPROVAGT);             Fatal(FL, "Failed to locate %s program", CIMPROVAGT);
           }
           else if (request.moduleBitness == BITNESS_32)
           {
               if ((path = FindMacro("cimprovagt32Path")) == NULL)
                   Fatal(FL, "Failed to locate %s program", CIMPROVAGT32);
           }
           else
           {
               status = -1;
               break;
           }
 #if !defined(PEGASUS_DISABLE_PROV_USERCTXT) #if !defined(PEGASUS_DISABLE_PROV_USERCTXT)
  
         /* Look up the user ID and group ID of the specified user. */         /* Look up the user ID and group ID of the specified user. */


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2