File: patch01

package info (click to toggle)
http-analyze 2.4-2.1
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 3,344 kB
  • ctags: 924
  • sloc: ansic: 11,678; perl: 241; sh: 215; makefile: 214
file content (22 lines) | stat: -rw-r--r-- 734 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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