Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src/dist/bind/lib/dns Pull up following revision(s) (reques...
details: https://anonhg.NetBSD.org/src/rev/083038b0df3b
branches: netbsd-3-0
changeset: 579384:083038b0df3b
user: tron <tron%NetBSD.org@localhost>
date: Sun Feb 11 13:22:35 2007 +0000
description:
Pull up following revision(s) (requested by adrianp in ticket #1664):
dist/bind/lib/dns/message.c: revision 1.2
Initialize rdataset.
diffstat:
dist/bind/lib/dns/message.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 32efdfda4430 -r 083038b0df3b dist/bind/lib/dns/message.c
--- a/dist/bind/lib/dns/message.c Sun Feb 11 13:22:05 2007 +0000
+++ b/dist/bind/lib/dns/message.c Sun Feb 11 13:22:35 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: message.c,v 1.1.1.2.4.1 2007/02/10 19:20:53 tron Exp $ */
+/* $NetBSD: message.c,v 1.1.1.2.4.2 2007/02/11 13:22:35 tron Exp $ */
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
@@ -1109,7 +1109,7 @@
dns_name_t *name;
dns_name_t *name2;
dns_offsets_t *offsets;
- dns_rdataset_t *rdataset;
+ dns_rdataset_t *rdataset = NULL;
dns_rdatalist_t *rdatalist;
isc_result_t result;
dns_rdatatype_t rdtype, covers;
Home |
Main Index |
Thread Index |
Old Index