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

APR broken on Win32

From: Branko Èibej <brane_at_xbc.nu>
Date: 2000-11-08 18:22:11 CET

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 �ibej
    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/
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.