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

SV: Re: [PATCH] Fix svnserve not accepting IPV4 connections on an IPV6 socket?

From: nick vajberg <nickvajberg_at_yahoo.dk>
Date: 2005-07-13 00:26:52 CEST

> >I don't know the context of your patch, but the "is
> >IPv4 mapped" flag seems to be missing. Here's how
> I'd
> >do it:
> >
> >#if APR_HAVE_IPV6
> >#ifdef AP_ENABLE_V4_MAPPED
> >
> >
> I think this is an httpd symbol? Svnserve doesn't
> link to httpd.
>
> -- Brane

This code doesn't depend on httpd - it depends on the
definition of a macro. But you are right that the
macro name came from some httpd related code.

So just call it APR_ENABLE_V4_MAPPED or whatever.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 13 00:27:33 2005

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.