OSDN Git Service

resolv: fix res_close not to hang with ipv6
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 12 Apr 2011 07:39:20 +0000 (09:39 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 12 Apr 2011 07:39:59 +0000 (09:39 +0200)
commitc277cc3c99a2499183fed84cdeb25c45a06f141d
tree7a8ee86a94b4021e1a6562415c0ac4cd546ff5c2
parentfeb7ce46ef24f74ebf0235f10127bd49f0c7e675
resolv: fix res_close not to hang with ipv6

Timo Teräs writes:
The memory release loop is missing an obvious counter increment.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/inet/resolv.c