]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1712. [bug] Missing FULLCHECK for "trusted-key" in dig.
authorMark Andrews <marka@isc.org>
Fri, 3 Sep 2004 03:55:20 +0000 (03:55 +0000)
committerMark Andrews <marka@isc.org>
Fri, 3 Sep 2004 03:55:20 +0000 (03:55 +0000)
CHANGES
bin/dig/dig.c

diff --git a/CHANGES b/CHANGES
index 7c856059a69ccd25dcf4793e7e9cea4f73b443af..e523548d0247f85f9e6346bc7e2285fc9e5989a4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1712.  [bug]           Missing FULLCHECK for "trusted-key" in dig.
+
 1711.  [func]          'rndc unfreeze' has been deprecated by 'rndc thaw'.
 
 1710.  [placeholder]   rt9479
index 4b02897f4163370417dba5d7fed56d94deca5fe6..abf0c085dd0a3e7ce248d0d51792b242a6d6071e 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dig.c,v 1.194 2004/06/23 04:07:29 marka Exp $ */
+/* $Id: dig.c,v 1.195 2004/09/03 03:55:20 marka Exp $ */
 
 #include <config.h>
 #include <stdlib.h>
@@ -1024,6 +1024,7 @@ plus_option(char *option, isc_boolean_t is_batchfile,
                                break;
 #ifdef DIG_SIGCHASE
                        case 'u': /* trusted-key */
+                               FULLCHECK("trusted-key");
                                if (value == NULL) 
                                        goto need_value;
                                if (!state)