+ 987. [bug] "dig -help" didn't show "+[no]stats".
+
+ 986. [bug] "dig +noall" failed to clear stats and command
+ printing.
+
980. [bug] Incoming zone transfers restarting after an error
could trigger an assertion failure. [RT #1692]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dig.c,v 1.131.2.4 2001/03/14 18:08:48 bwelling Exp $ */
+/* $Id: dig.c,v 1.131.2.5 2001/09/11 01:39:28 gson Exp $ */
#include <config.h>
#include <stdlib.h>
" +[no]answer (Control display of answer)\n"
" +[no]authority (Control display of authority)\n"
" +[no]additional (Control display of additional)\n"
+" +[no]stats (Control display of statistics)\n"
" +[no]short (Disable everything except short\n"
" form of answer)\n"
" +[no]all (Set or clear all display flags)\n"
lookup->section_answer = state;
lookup->section_additional = state;
lookup->comments = state;
+ lookup->stats = state;
+ printcmd = state;
break;
case 'n': /* answer */
lookup->section_answer = state;