#ifndef lint
static char copyright[] =
-"$Id: tree.c,v 1.69 2000/01/26 14:55:35 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tree.c,v 1.70 2000/01/26 17:22:58 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
dfree (tmp -> r_data, MDL);
tmp -> r_data = (char *)0;
}
- if (tmp -> r_dname) {
- dfree (tmp -> r_dname, MDL);
- tmp -> r_dname = (char *)0;
- }
res_freeupdrec (tmp);
}
return status;