]> arthur.barton.de Git - ngircd-alex.git/commit
conn.c: fix resolver server address backlog
authorFlorian Westphal <fw@strlen.de>
Fri, 11 Sep 2009 20:51:00 +0000 (22:51 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 11 Sep 2009 20:55:32 +0000 (22:55 +0200)
commitd76910ce7b9fad5679b7c614ed086e036560e37d
tree9e031c72ad7cfe949248bc47240af12c9535f575
parent8fd0e29d463c934756dce7a562f09ea831b5d968
conn.c: fix resolver server address backlog

if more than one ip address is returned for a single host
name, ngircd is supposed to try other addresses in case
connect() to the first address returned fails for some
reason.

Alexander Barton noticed that this did not work at all,
as the additional results were not stored.
src/ngircd/conn.c