]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2397. [bug] gssapi_functions had too many elements. [RT #18355]
authorMark Andrews <marka@isc.org>
Wed, 23 Jul 2008 10:26:54 +0000 (10:26 +0000)
committerMark Andrews <marka@isc.org>
Wed, 23 Jul 2008 10:26:54 +0000 (10:26 +0000)
CHANGES
lib/dns/gssapi_link.c

diff --git a/CHANGES b/CHANGES
index afa840767fdd2ee1400b0444749e57efc8b5123b..fbec1ce77d1a44a5395fc0ec8927b05dff7af78f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2397.  [bug]           gssapi_functions had too many elements. [RT #18355]
+
 2396.  [bug]           Don't set SO_REUSEADDR for randomized ports.
                        [RT #18336]
 
index ed696755b0964c0bcbffad59980d17bd4f0f019c..2216c962ff738680a4d83acd7341b89ec5482cfe 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: gssapi_link.c,v 1.10 2008/04/03 06:09:04 tbox Exp $
+ * $Id: gssapi_link.c,v 1.11 2008/07/23 10:26:54 marka Exp $
  */
 
 #include <config.h>
@@ -291,8 +291,7 @@ static dst_func_t gssapi_functions = {
        NULL, /*%< fromdns */
        NULL, /*%< tofile */
        NULL, /*%< parse */
-       NULL, /*%< cleanup */
-       NULL
+       NULL /*%< cleanup */
 };
 
 isc_result_t