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

Diff for /pegasus/src/Executor/LocalAuth.c between version 1.3 and 1.4

version 1.3, 2007/06/06 19:51:52 version 1.4, 2007/06/08 17:56:04
Line 261 
Line 261 
  
     int rc = CheckLocalAuthToken(challengeFilePath, response);     int rc = CheckLocalAuthToken(challengeFilePath, response);
  
     if (challengeFilePath)      /* Clean up the file now that the authentication is complete. */
         unlink((char*)challengeFilePath);  
       unlink(challengeFilePath);
  
     return rc;     return rc;
 } }


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2