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

Diff for /pegasus/src/Executor/PasswordFile.c between version 1.1.4.2 and 1.1.4.3

version 1.1.4.2, 2007/03/23 21:53:45 version 1.1.4.3, 2007/05/14 19:49:41
Line 71 
Line 71 
         /* If password is null, we are done. */         /* If password is null, we are done. */
  
         if (password == NULL)         if (password == NULL)
             return 0;          {
               fclose(is);
               return -1;
           }
  
         /* Get encrypted password. */         /* Get encrypted password. */
  


Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2