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

version 1.1.2.4, 2007/01/09 20:25:39 version 1.1.2.5, 2007/01/10 01:59:28
Line 215 
Line 215 
         }         }
     }     }
  
       /* Get enableAuthentication configuration option. */
   
       if (LocatePasswordFile(argc, argv, globals.passwordFilePath) != 0)
           Fatal(FL, "Failed to locate password file");
   
     /* Create a socket pair for communicating with the child process. */     /* Create a socket pair for communicating with the child process. */
  
     if (CreateSocketPair(pair) != 0)     if (CreateSocketPair(pair) != 0)
         Fatal(FL, "failed to create socket pair");          Fatal(FL, "Failed to create socket pair");
  
     CloseOnExec(pair[1]);     CloseOnExec(pair[1]);
  


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