]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed typo: missing comment close.
authorJames Yonan <james@openvpn.net>
Mon, 26 Jul 2010 18:26:49 +0000 (18:26 +0000)
committerJames Yonan <james@openvpn.net>
Mon, 26 Jul 2010 18:26:49 +0000 (18:26 +0000)
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6347 e7ae566f-a301-0410-adde-c780ea21d3b5

socket.c

index 6f488e9bd4f4679875abe74cb46ff5d036eb7c06..815320988ede31c653228b4110760fba28c789e0 100644 (file)
--- 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]);