- Seems it was only a strdup / xstrdup problem
/*
- * $Id: cache_cf.cc,v 1.528.2.7 2008/02/27 05:51:06 amosjeffries Exp $
+ * $Id: cache_cf.cc,v 1.528.2.8 2008/03/04 12:10:00 amosjeffries Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
char *t;
s->disable_pmtu_discovery = DISABLE_PMTU_OFF;
- s->name = strdup(token);
+ s->name = xstrdup(token);
if ((t = strchr(token, ':'))) {
/* host:port */