(file) Return to ClientAuthenticator.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Client

Diff for /pegasus/src/Pegasus/Client/ClientAuthenticator.cpp between version 1.16 and 1.17

version 1.16, 2002/08/27 17:42:26 version 1.17, 2002/08/29 00:27:52
Line 335 
Line 335 
     //     //
     // Open the challenge file and read the challenge data     // Open the challenge file and read the challenge data
     //     //
     ArrayDestroyer<char> p(filePath.allocateCString());      ifstream ifs(filePath.getCString());
     ifstream ifs(p.getPointer());  
     if (!ifs)     if (!ifs)
     {     {
        //ATTN: Log error message        //ATTN: Log error message
Line 394 
Line 393 
     String& authType,     String& authType,
     String& authRealm)     String& authRealm)
 { {
     ArrayDestroyer<char> header(authHeader.allocateCString());      CString header = authHeader.getCString();
       const char* pAuthHeader = header;
     const char* pAuthHeader = header.getPointer();  
  
     //     //
     // Skip the white spaces in the begining of the header     // Skip the white spaces in the begining of the header


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2