You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Joshua Moore-Oliva <jo...@chatgris.com> on 2003/07/28 01:32:07 UTC

Error in comments for apr_sockaddr_info_get in apr_network_io.h

The document reads.

@param hostname The hostname or numeric address string to resolve/parse, or
 *               NULL to build an address that corresponds to 0.0.0.0 or ::

However, it only works if I pass APR_ANYADDR which makes sense since it's 
defined as 0.0.0.0

Josh.