SHA256
1
0
forked from pool/hyper-v

- Check return value of setsockopt call

- Improve error logging in VSS daemon.
- Check return value of poll call
- Properly pack the data for file copy functionality
- make struct hv_do_fcopy match Hyper-V host messages

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=107
This commit is contained in:
2015-01-12 09:44:54 +00:00
committed by Git OBS Bridge
parent 7b2647052e
commit d64924508d
6 changed files with 35 additions and 10 deletions

View File

@@ -1485,7 +1485,7 @@ int main(int argc, char *argv[])
kvp_get_os_info();
/*
* Cache Fully Qualified Domain Name because getaddrinfo takes an
* unpredicatable amount of time to finish.
* unpredictable amount of time to finish.
*/
kvp_get_domain_name(full_domain_name, sizeof(full_domain_name));