1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-20 20:36:53 +00:00
ngircd/src
Alexander Barton d7ad956a06 Fix connect attempts to further IP addresses of outgoing server links
If a hostname resolves to more than one IP address (round-robin DNS,
IPv4 and IPv6) and an attempt to connect to the first address fails,
ngIRCd should try to connect to the 2nd address, 3rd address etc.

But because of a wrong variable used in the call to New_Server(),
the wrong server structure has been used in further connection attemps
which possibly lead to connection attempts to already connected servers.
2010-10-27 21:59:51 +02:00
..
ipaddr Make sourcecode compatible with ansi2knr again 2010-10-24 21:48:32 +02:00
ngircd Fix connect attempts to further IP addresses of outgoing server links 2010-10-27 21:59:51 +02:00
portab Only use "__attribute__ ((unused))" if GCC >=2.8 is used 2010-10-19 22:13:48 +02:00
testsuite Set NoPAM=yes in configuration files used for the testsuite 2010-07-13 16:48:24 +02:00
tool Make sourcecode compatible with ansi2knr again 2010-10-24 21:48:32 +02:00
.gitignore GIT: added src/src/config.h.in~ to ignore list. 2008-06-11 16:02:06 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00