mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
11 lines
358 B
Diff
11 lines
358 B
Diff
--- a/src/libvirt-php.c
|
|
+++ b/src/libvirt-php.c
|
|
@@ -1168,7 +1168,7 @@
|
|
|
|
/* need to get FQDN of the local name */
|
|
memset(&hints, 0, sizeof(hints));
|
|
- hints.ai_flags = AI_CANONNAME|AI_CANONIDN;
|
|
+ hints.ai_flags = AI_CANONNAME;
|
|
hints.ai_family = AF_UNSPEC;
|
|
|
|
/* could not get FQDN or got localhost, use whatever gethostname gave us */
|