SHA256
1
0
forked from pool/hyper-v

- update hv_kvp_daemon: Cleanup kvp_get_domain_name(). If

getaddrinfo() fails, deal with it properly (this can happen if no
  IP address has been assigned).  Also, don't specify a specific
  service in the call to getaddrinfo() to make this code as generic
  as possible.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=15
This commit is contained in:
2011-07-26 19:25:29 +00:00
committed by Git OBS Bridge
parent ed4012d365
commit ade74df229
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 26 21:24:25 CEST 2011 - ohering@suse.de
- update hv_kvp_daemon: Cleanup kvp_get_domain_name(). If
getaddrinfo() fails, deal with it properly (this can happen if no
IP address has been assigned). Also, don't specify a specific
service in the call to getaddrinfo() to make this code as generic
as possible.
-------------------------------------------------------------------
Sun Jul 24 17:22:41 CEST 2011 - ohering@suse.de