fix broken struct shmid_ds on powerpc (32-bit)
[musl] / src / network / lookup_name.c
index 0462484..aa558c1 100644 (file)
@@ -80,7 +80,7 @@ static int name_from_hosts(struct address buf[static MAXADDRS], char canon[stati
                        continue;
                default:
                        badfam = EAI_NONAME;
-                       continue;
+                       break;
                }
 
                if (have_canon) continue;