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

Re: ra-serf bug

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: Mon, 12 May 2008 14:59:09 -0700

ping :)

Eric Gillespie <epg_at_pretzelnet.org> writes:

> Lieven Govaerts <svnlgo_at_mobsol.be> writes:
>
> > Index: subversion/libsvn_ra_serf/property.c
> > ===================================================================
> > --- subversion/libsvn_ra_serf/property.c (revision 31082)
> > +++ subversion/libsvn_ra_serf/property.c (working copy)
> > @@ -612,6 +612,13 @@ svn_ra_serf__wait_for_props(svn_ra_serf__propfind_
> > svn_error_clear(err);
> > SVN_ERR(prop_ctx->parser_ctx->error);
> > }
> > + if (prop_ctx->parser_ctx->status_code == 404)
>
> Looks like status_code is a pointer to the status code, so you
> need to dereference it. Even then, I still get the bogus dirent
> rather than NULL.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-12 23:59:22 CEST

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.