summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/resolv/res_mkupdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/lib/resolv/res_mkupdate.c')
-rw-r--r--contrib/bind/lib/resolv/res_mkupdate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bind/lib/resolv/res_mkupdate.c b/contrib/bind/lib/resolv/res_mkupdate.c
index 14e1a60..ecf66dd 100644
--- a/contrib/bind/lib/resolv/res_mkupdate.c
+++ b/contrib/bind/lib/resolv/res_mkupdate.c
@@ -21,7 +21,7 @@
*/
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_mkupdate.c,v 1.24 1999/10/13 17:11:32 vixie Exp $";
+static const char rcsid[] = "$Id: res_mkupdate.c,v 1.25 2000/11/22 01:20:46 marka Exp $";
#endif /* not lint */
#include "port_before.h"
@@ -861,6 +861,8 @@ res_mkupdrec(int section, const char *dname,
free((char *)rrecp);
return (NULL);
}
+ INIT_LINK(rrecp, r_link);
+ INIT_LINK(rrecp, r_glink);
rrecp->r_class = class;
rrecp->r_type = type;
rrecp->r_ttl = ttl;
OpenPOWER on IntegriCloud