From: Ken Coar Date: Tue, 12 Nov 2002 22:42:53 +0000 (+0000) Subject: d'oh! X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc1c86c9f800835930f9f2200585770553eac88;p=thirdparty%2Fapache%2Fhttpd.git d'oh! Submitted by: Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97499 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/standard/mod_setenvif.c b/src/modules/standard/mod_setenvif.c index 7cfc9283a79..4ce411a277a 100644 --- a/src/modules/standard/mod_setenvif.c +++ b/src/modules/standard/mod_setenvif.c @@ -402,7 +402,6 @@ static int match_headers(request_rec *r) switch (b->special_type) { case SPECIAL_REMOTE_ADDR: val = r->connection->remote_ip; - break; break; case SPECIAL_SERVER_ADDR: val = r->connection->local_ip;