diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-09-12 19:46:12 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-09-12 19:46:12 +0000 |
commit | c0cc2d31fdf25c87dc0456dd97305139fc35a2ba (patch) | |
tree | 39c117cae2992d1dcfe07863dad37044edacdaf7 /CHANGES | |
parent | f2670dea7038560a1ac57b6f3bb7eb7b4e65dcb0 (diff) | |
download | libapr-c0cc2d31fdf25c87dc0456dd97305139fc35a2ba.tar.gz |
Don't search for IPv6 names in apr_sockaddr_info_get() if the
application doesn't specify the family (i.e., the application
passes in AF_UNSPEC) and APR isn't built with IPv6 support.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ Changes with APR b1 - + + *) Don't search for IPv6 names in apr_sockaddr_info_get() if the + application doesn't specify the family (i.e., the application + passes in AF_UNSPEC) and APR isn't built with IPv6 support. + [Jeff Trawick] + *) Fix the API for the apr_proc_create() call on Win32. Several bad assumptions are gone, including a mismatch between unix and win32, where win32 was defaulting to create detached. Also fixes |