aboutsummaryrefslogtreecommitdiff
path: root/socket.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-28 11:22:51 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-28 11:22:51 +0200
commit328500c490c36c679e275dbf99c2820f58bcbaa3 (patch)
tree8e4fb0f8504c28d8d27aaa24618895bf09d6a439 /socket.c
parentSolved hidden merge conflict between feat_misc and bugfix2.1 (diff)
parentAdded "net stop dnscache" and "net start dnscache" in front (diff)
downloadopenvpn-328500c490c36c679e275dbf99c2820f58bcbaa3.tar.xz
Merge branch 'svn-BETA21' into beta2.2
Conflicts: openvpn.8 - Enhancements to the --register-dns description ssl.h - Community changed n_packets and n_bytes to use counter_type instead of int to avoid integer overflows (commit 6484c6299cf298107316e6497) Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index 8f9d17d..b02d3da 100644
--- a/socket.c
+++ b/socket.c
@@ -231,7 +231,7 @@ getaddr_multi (unsigned int flags,
n);
/* choose address randomly, for basic load-balancing capability */
- /*ia.s_addr = *(in_addr_t *) (h->h_addr_list[get_random () % n]);*
+ /*ia.s_addr = *(in_addr_t *) (h->h_addr_list[get_random () % n]);*/
/* choose first address */
ia.s_addr = *(in_addr_t *) (h->h_addr_list[0]);