Browse code

Fixed typo: missing comment close.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6347 e7ae566f-a301-0410-adde-c780ea21d3b5

James Yonan authored on 2010/07/27 03:26:49
Showing 1 changed files
... ...
@@ -231,7 +231,7 @@ getaddr_multi (unsigned int flags,
231 231
 		   n);
232 232
 
233 233
 	      /* choose address randomly, for basic load-balancing capability */
234
-	      /*ia.s_addr = *(in_addr_t *) (h->h_addr_list[get_random () % n]);*
234
+	      /*ia.s_addr = *(in_addr_t *) (h->h_addr_list[get_random () % n]);*/
235 235
 
236 236
 	      /* choose first address */
237 237
 	      ia.s_addr = *(in_addr_t *) (h->h_addr_list[0]);