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

Diff for /pegasus/src/Executor/main.c between version 1.17 and 1.18

version 1.17, 2009/12/15 10:52:33 version 1.18, 2010/07/28 14:37:51
Line 262 
Line 262 
  
     if (DefineConfigPathMacro("crlStore", "crl") != 0)     if (DefineConfigPathMacro("crlStore", "crl") != 0)
         Fatal(FL, "missing \"crlStore\" configuration parameter.");         Fatal(FL, "missing \"crlStore\" configuration parameter.");
   
       /* Define ${localAuthDir} */
       if(DefineMacro("localAuthDir",PEGASUS_LOCAL_AUTH_DIR) != 0)
           Fatal(FL, "missing \"localAuthDir\" configuration parameter.");
 } }
  
 /* /*


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2