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

Re: [PATCH] mod_authz_svn crasher and logic error

From: Robert Spier <rspier_at_pobox.com>
Date: 2003-07-23 01:26:46 CEST

> > - if (strcmp(parsed_dest_uri.hostname, r->parsed_uri.hostname)
> > - || strcmp(parsed_dest_uri.scheme, r->parsed_uri.scheme)) {
> > + if (strcmp(parsed_dest_uri.hostname, parsed_dest_uri.hostname)
> > + || strcmp(parsed_dest_uri.scheme, parsed_dest_uri.scheme)) {
>
> Huh? What is this meant to do? strcmp(foo, foo) is a strange test!

Good point.

Patch retracted, I'll see if I can figure out why
r->parsed_uri.hostname is coming up empty.

-R

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 23 01:27:47 2003

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.