summaryrefslogtreecommitdiff
path: root/lib/dns/rdataslab.c
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-03-29 20:15:32 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-03-29 20:15:32 +0000
commitbbf1dfca0159346fbb573e7a4f4c150c5906d6ac (patch)
treed51b9c271ccfb336a7f7ff7785ad82ef4c7d80ff /lib/dns/rdataslab.c
parente6787144c0a7f2ccb1b75e05abbd390f0fd225cd (diff)
Notes
Diffstat (limited to 'lib/dns/rdataslab.c')
-rw-r--r--lib/dns/rdataslab.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/dns/rdataslab.c b/lib/dns/rdataslab.c
index 4255b1d0002c..fb5a4b786d2e 100644
--- a/lib/dns/rdataslab.c
+++ b/lib/dns/rdataslab.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rdataslab.c,v 1.35.18.10 2009/01/19 23:46:15 tbox Exp $ */
+/* $Id: rdataslab.c,v 1.35.18.12 2010/02/26 23:46:36 tbox Exp $ */
/*! \file */
@@ -405,6 +405,8 @@ static dns_rdatasetmethods_t rdataset_methods = {
NULL,
NULL,
NULL,
+ NULL,
+ NULL,
NULL
};