(file) Return to AuthenticationManager.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Authentication

Diff for /pegasus/src/Pegasus/Security/Authentication/AuthenticationManager.cpp between version 1.9 and 1.10

version 1.9, 2002/06/01 00:57:24 version 1.10, 2002/07/23 23:27:57
Line 301 
Line 301 
     //     //
     Uint32 space = authHeader.find(' ');     Uint32 space = authHeader.find(' ');
  
     if ( space == PEGASUS_NOT_FOUND )      if ( space == PEG_NOT_FOUND )
     {     {
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
         return false;         return false;
Line 362 
Line 362 
     //     //
     Uint32 space = authHeader.find(' ');     Uint32 space = authHeader.find(' ');
  
     if ( space == PEGASUS_NOT_FOUND )      if ( space == PEG_NOT_FOUND )
     {     {
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
         return false;         return false;


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2