See rt16446 for information.
#ifndef lint
static char copyright[] =
-"$Id: tree.c,v 1.109 2006/10/17 20:45:59 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: tree.c,v 1.110 2006/11/06 18:13:31 shane Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
file, line, bv -> type);
return 0;
}
- dfree (bv, file, line);
+ free_binding_value(bv, file, line);
return 1;
}