Application of patch #5218: patch for bug #9742. Fixes a typo in the
[mmh] / uip / spost.c
index c86ea18..bef70be 100644 (file)
@@ -631,7 +631,7 @@ get_header (char *header, struct headers *table)
     struct headers *h;
 
     for (h = table; h->value; h++)
-       if (!strcasecmp (header, h->value))
+       if (!mh_strcasecmp (header, h->value))
            return (h - table);
 
     return NOTOK;