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

Diff for /pegasus/src/Pegasus/Client/CIMClientRep.cpp between version 1.8.4.1 and 1.8.4.2

version 1.8.4.1, 2004/04/07 19:17:57 version 1.8.4.2, 2004/04/13 23:29:21
Line 261 
Line 261 
     //     //
     _authenticator.clear();     _authenticator.clear();
  
     if (String::equalNoCase(hostName, "localhost"))  
     {  
         _authenticator.setAuthType(ClientAuthenticator::LOCAL);  
     }  
   
     if (userName.size())     if (userName.size())
     {     {
         _authenticator.setUserName(userName);         _authenticator.setUserName(userName);
Line 312 
Line 307 
     //     //
     _authenticator.clear();     _authenticator.clear();
  
     if (String::equalNoCase(hostName, "localhost"))  
     {  
         _authenticator.setAuthType(ClientAuthenticator::LOCAL);  
     }  
   
     if (userName.size())     if (userName.size())
     {     {
         _authenticator.setUserName(userName);         _authenticator.setUserName(userName);


Legend:
Removed from v.1.8.4.1  
changed lines
  Added in v.1.8.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2