2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

1712. [bug] Missing FULLCHECK for "trusted-key" in dig.

This commit is contained in:
Mark Andrews 2004-09-03 03:55:20 +00:00
parent 817a7fb62d
commit a4743d3d26
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
1712. [bug] Missing FULLCHECK for "trusted-key" in dig.
1711. [func] 'rndc unfreeze' has been deprecated by 'rndc thaw'. 1711. [func] 'rndc unfreeze' has been deprecated by 'rndc thaw'.
1710. [placeholder] rt9479 1710. [placeholder] rt9479

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 <config.h>
#include <stdlib.h> #include <stdlib.h>
@ -1024,6 +1024,7 @@ plus_option(char *option, isc_boolean_t is_batchfile,
break; break;
#ifdef DIG_SIGCHASE #ifdef DIG_SIGCHASE
case 'u': /* trusted-key */ case 'u': /* trusted-key */
FULLCHECK("trusted-key");
if (value == NULL) if (value == NULL)
goto need_value; goto need_value;
if (!state) if (!state)