You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2005/08/05 15:40:23 UTC

Re: svn commit: r230453 - /httpd/httpd/trunk/server/vhost.c


jorton@apache.org wrote:

> +            return "Cannot not resolve address '0.0.0.0' -- "

double negative

Joshua.

Re: svn commit: r230453 - /httpd/httpd/trunk/server/vhost.c

Posted by Joe Orton <jo...@redhat.com>.
On Fri, Aug 05, 2005 at 09:40:23AM -0400, Joshua Slive wrote:
> 
> 
> jorton@apache.org wrote:
> 
> >+            return "Cannot not resolve address '0.0.0.0' -- "
> 
> double negative

Ha, I started off with "Could not"... but then changed it when I saw it 
was inconsistent with the other error :) Thanks, fixed.

joe