Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260481 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ipset.c.orig        2009-02-27 23:54:58.000000000 +0200
0
++ ipset.c     2009-02-27 23:53:25.000000000 +0200
Lines 626-632 Link Here
626
                                  "host/network `%s' resolves to serveral ip-addresses. "
626
                                  "host/network `%s' resolves to serveral ip-addresses. "
627
                                  "Please specify one.", str);
627
                                  "Please specify one.", str);
628
               *ip = ntohl(((struct in_addr *) host->h_addr_list[0])->s_addr);
628
               *ip = ntohl(((struct in_addr *) host->h_addr_list+0)->s_addr);
629
               return;
629
               return;
630
       }
630
       }

Return to bug 260481