From: James Yonan Date: Mon, 26 Jul 2010 18:26:49 +0000 (+0000) Subject: Fixed typo: missing comment close. X-Git-Tag: v2.2-beta1~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1400e1c156bfea6e3c0ff73ccbc8dd3503eb9ec3;p=thirdparty%2Fopenvpn.git Fixed typo: missing comment close. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6347 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/socket.c b/socket.c index 6f488e9bd..815320988 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]);