857a8c
diff -r c75b4e36b7e8 pr/src/misc/prnetdb.c
857a8c
--- a/pr/src/misc/prnetdb.c     Wed May 25 23:39:48 2022 +0200
857a8c
+++ b/pr/src/misc/prnetdb.c     Tue Jun 14 18:48:03 2022 -0400
857a8c
@@ -2204,6 +2204,7 @@
857a8c
 
857a8c
     memset(&hints, 0, sizeof(hints));
857a8c
 
857a8c
+    hints.ai_flags = AI_PASSIVE;
857a8c
     rv = GETADDRINFO(NULL, tmpBuf, &hints, &res;;
857a8c
     if (rv == 0) {
857a8c
         PRBool result_still_empty = PR_TRUE;
857a8c