INN commit: branches/2.5/innd (art.c)
INN Commit
rra at isc.org
Mon Feb 8 21:07:52 UTC 2010
Date: Monday, February 8, 2010 @ 13:07:52
Author: iulius
Revision: 8973
Variable ARTpathme is filled but not used anywhere.
It was used in INN 2.3 so as not to process ihave and sendme
control messages we sent ourselves.
Patch from Heiko Schlichting.
Modified:
branches/2.5/innd/art.c
-------+
art.c | 5 -----
1 file changed, 5 deletions(-)
Modified: art.c
===================================================================
--- art.c 2010-02-08 21:07:38 UTC (rev 8972)
+++ art.c 2010-02-08 21:07:52 UTC (rev 8973)
@@ -68,7 +68,6 @@
*/
static char ARTctl[] = "control";
static char ARTjnk[] = "junk";
-static char *ARTpathme;
/*
** Flag array, indexed by character. Character classes for hostnames.
@@ -264,10 +263,6 @@
ARTheadertree = ARTbuildtree(table, 0, ARRAY_SIZE(ARTheaders));
free(table);
- /* Get our Path name, kill trailing! */
- ARTpathme = xstrdup(Path.data);
- ARTpathme[Path.used - 1] = '\0';
-
/* Set up database; ignore errors. */
ARTreadschema();
}
More information about the inn-committers
mailing list