From 0c36e11416c0e7a43fcb925ff4749c53587e84f2 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 10 Apr 2001 20:35:18 +0000 Subject: [PATCH] icase is intialized as the result of an (a == b) expression, it makes no sense as an unsigned, and this eliminates all compiler emits from the module git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88795 13f79535-47bb-0310-9956-ffa450edef68 --- modules/metadata/mod_setenvif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/metadata/mod_setenvif.c b/modules/metadata/mod_setenvif.c index 3e12a71367..386f3c8d74 100644 --- a/modules/metadata/mod_setenvif.c +++ b/modules/metadata/mod_setenvif.c @@ -208,7 +208,7 @@ static const char *add_setenvif_core(cmd_parms *cmd, void *mconfig, char *var; int i; int beenhere = 0; - unsigned icase; + int icase; /* * Determine from our context into which record to put the entry. -- 2.40.0