--- 2.4	1999/10/30 14:29:12
+++ 2.4.1.1	1999/10/31 15:01:33
@@ -1,4 +1,4 @@
-static char rcs_id[] = "$Id: http-analyze.c,v 2.4 1999/10/30 14:29:12 stefan Exp $";
+static char rcs_id[] = "$Id: http-analyze.c,v 2.4.1.1 1999/10/31 15:01:33 stefan Stab $";
 
 /*
 *************************************************************************
@@ -7759,7 +7759,7 @@
 				low = idx+1;
 			else {
 				if (msiis_mode)
-					rc = strneq(np->str, ip[idx].pfx, np->sslen);
+					rc = strncasecmp(np->str, ip[idx].pfx, np->sslen);
 				else	rc = strncmp(np->str, ip[idx].pfx, np->sslen);
 				if (rc < 0)
 					high = idx-1;
--- 2.4	1999/10/30 09:37:23
+++ src/patchlevel.h	1999/10/31 14:58:30
@@ -1 +1 @@
-#define PATCHLEVEL	0
+#define PATCHLEVEL	1
