dgaudet 98/03/13 20:55:05
Modified: src/main util_uri.c
Log:
dead assignment
Revision Changes Path
1.12 +0 -1 apache-1.3/src/main/util_uri.c
Index: util_uri.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/main/util_uri.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- util_uri.c 1998/03/14 00:32:07 1.11
+++ util_uri.c 1998/03/14 04:55:04 1.12
@@ -499,7 +499,6 @@
* is definately not the first character of the original uri so therefore
* &hostinfo[-1] < &hostinfo[0] ... and this loop is valid C.
*/
- s = uri;
do {
--s;
} while (s >= hostinfo && *s != '@');