• D
    Remove useless code in error path of getnameinfo() · 9e42b40a
    Daniel P. Berrange 提交于
    If getnameinfo() with NI_NUMERICHOST set fails, there are no
    grounds to expect inet_ntop to succeed, since these calls
    are functionally equivalent. Remove useless inet_ntop code
    in the getnameinfo() error path.
    
    * daemon/remote.c, src/remote/remote_driver.c: Remove
      calls to inet_ntop
    9e42b40a
remote_driver.c 314.4 KB