Commit 860de1da authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 6f8023ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.