1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/php7-libvirt-php/musl-idn.patch
2020-05-19 12:30:39 +00:00

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 */