From: William A. Rowe Jr Date: Tue, 10 Apr 2001 20:35:18 +0000 (+0000) Subject: icase is intialized as the result of an (a == b) expression, it makes X-Git-Tag: 2.0.17~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c36e11416c0e7a43fcb925ff4749c53587e84f2;p=apache 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 --- 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.