]> sjero.net Git - wget/blobdiff - src/host.c
[svn] Don't take the address of in.s_addr because that doesn't work on some
[wget] / src / host.c
index 3a08deeba196703a79a7817069243ba8cc1af724..655568047906214ba84e6b0e1915df7e6ef3368b 100644 (file)
@@ -163,7 +163,8 @@ address_list_match_all (const struct address_list *al1,
        {
        case IPV4_ADDRESS:
          if (ADDRESS_IPV4_IN_ADDR (ip1).s_addr
-             != ADDRESS_IPV4_IN_ADDR (ip2).s_addr)
+             !=
+             ADDRESS_IPV4_IN_ADDR (ip2).s_addr)
            return 0;
          break;
        case IPV6_ADDRESS: