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

Diff for /pegasus/src/Pegasus/Common/SystemWindows.cpp between version 1.92 and 1.93

version 1.92, 2012/08/22 09:01:55 version 1.93, 2012/09/05 11:10:33
Line 1042 
Line 1042 
 #ifdef PEGASUS_ENABLE_IPV6 #ifdef PEGASUS_ENABLE_IPV6
                     else if (af == AF_INET6)                     else if (af == AF_INET6)
                     {                     {
                         if((rc = ::getnameinfo(                          if((rc = System::getNameInfo(
                             sin,                             sin,
                             sizeof(struct sockaddr_in6),                             sizeof(struct sockaddr_in6),
                             str,                             str,
Line 1053 
Line 1053 
                         {                         {
                             ips.append(str);                             ips.append(str);
                         }                         }
                         //Error detected in getting name info,  
                         //display the error string  
                         else  
                         {  
                             PEG_TRACE((TRC_OS_ABSTRACTION, Tracer::LEVEL1,  
                                 "getnameinfo failed: %s", gai_strerror(rc)));  
                         }  
                     }                     }
 #endif #endif
                 }                 }
                 addr++;                  ++addr;
                 sin = (struct sockaddr*)addr->lpSockaddr;                 sin = (struct sockaddr*)addr->lpSockaddr;
             }             }
         }         }


Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2