[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: APR broken on Win32

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-11-09 02:05:12 CET

Bill Rowe just checked in a fix earlier today.

Cheers,
-g

On Wed, Nov 08, 2000 at 06:22:11PM +0100, Branko Cibej wrote:
> Index: sockaddr.c
> ===================================================================
> RCS file: /home/cvspublic/apache-2.0/src/lib/apr/network_io/win32/sockaddr.c,v
> retrieving revision 1.14
> diff -u -r1.14 sockaddr.c
> --- sockaddr.c 2000/11/08 14:46:23 1.14
> +++ sockaddr.c 2000/11/08 17:20:17
> @@ -87,7 +87,7 @@
>
> apr_status_t apr_get_port(apr_port_t *port, apr_interface_e which, apr_socket_t *sock)
> {
> - if (which == APR_LOCAL)
> + if (which == APR_LOCAL) {
> if (sock->local_port_unknown) {
> apr_status_t rv = get_local_addr(sock);
>
> --
> Brane Cibej
> home: <brane_at_xbc.nu> http://www.xbc.nu/brane/
> work: <branko.cibej_at_hermes.si> http://www.hermes-softlab.com/
> ACM: <brane_at_acm.org> http://www.acm.org/

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:14 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.