- Seems it was only a strdup / xstrdup problem
/*
- * $Id: cache_cf.cc,v 1.543 2008/02/26 00:15:48 rousskov Exp $
+ * $Id: cache_cf.cc,v 1.544 2008/03/04 12:00:36 amosjeffries Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
char *junk = NULL;
s->disable_pmtu_discovery = DISABLE_PMTU_OFF;
- s->name = strdup(token);
+ s->name = xstrdup(token);
#if USE_IPV6
if (*token == '[') {