]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Do not randomize resolving of IP addresses in getaddr()
authorDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 18 Feb 2010 20:20:14 +0000 (21:20 +0100)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 18 Feb 2010 20:22:24 +0000 (21:22 +0100)
commit4880739c17b502d00a9ec45c6f6dd3e8bbff057f
tree6eca331aba41e1264ffcc49ac98fc507c2fe61a7
parent30b492a60107d0e28b425239afca2524ac67b9d5
Do not randomize resolving of IP addresses in getaddr()

Based on a discussion on the mailing list and in the IRC meeting Feb 18,
it was decided to remove get_random() from the getaddr() function as that
can conflict with round-robin/randomization done by DNS servers.

This change must be documented in the release notes.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
socket.c