summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/resolv/res_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/lib/resolv/res_update.c')
-rw-r--r--contrib/bind/lib/resolv/res_update.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/bind/lib/resolv/res_update.c b/contrib/bind/lib/resolv/res_update.c
index bb2456e..685e467 100644
--- a/contrib/bind/lib/resolv/res_update.c
+++ b/contrib/bind/lib/resolv/res_update.c
@@ -1,5 +1,5 @@
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_update.c,v 1.24 1999/10/15 19:49:12 vixie Exp $";
+static const char rcsid[] = "$Id: res_update.c,v 1.25 2000/11/22 01:20:47 marka Exp $";
#endif /* not lint */
/*
@@ -129,6 +129,7 @@ res_nupdate(res_state statp, ns_updrec *rrecp_in, ns_tsig_key *key) {
}
*zptr = tgrp;
zptr->z_flags = 0;
+ INIT_LINK(zptr, z_link);
INIT_LIST(zptr->z_rrlist);
APPEND(zgrps, zptr, z_link);
}
OpenPOWER on IntegriCloud