dgaudet 98/02/28 16:15:43
Modified: src/main util_uri.c
Log:
indentation tweak
Revision Changes Path
1.5 +2 -2 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- util_uri.c 1998/02/28 12:22:29 1.4
+++ util_uri.c 1998/03/01 00:15:41 1.5
@@ -413,8 +413,8 @@
}
/* This is a sub-RE which will break down the hostinfo part,
- * i.e., user, password, hostname and port.
- * $ 12 3 4 5 6 */
+ * i.e., user, password, hostname and port.
+ * $ 12 3 4 5 6 */
re_str = "^(([^:]*):(.*)?@)?([^@:]*)(:(.*))?$";
/* ^^user^ :pw ^host^ port */
if ((ret = regcomp(&re_hostpart, re_str, REG_EXTENDED|REG_ICASE)) != 0) {