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

Diff for /pegasus/src/Pegasus/Common/System.cpp between version 1.66 and 1.67

version 1.66, 2008/03/05 21:20:28 version 1.67, 2008/03/06 03:08:08
Line 898 
Line 898 
     int rc = 0;     int rc = 0;
     unsigned int maxTries = 5;     unsigned int maxTries = 5;
  
   #ifdef PEGASUS_OS_PASE
       CString hostNameCString;
       if (String::equalNoCase(hostname, "localhost"))
       {
           hostNameCString = getHostName().getCString();
           hostname = (const char*)hostNameCString;
       }
   #endif
   
     while ((rc = getaddrinfo(hostname,     while ((rc = getaddrinfo(hostname,
                      servname,                      servname,
                      hints,                      hints,


Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2