mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
[master] fix tag
This commit is contained in:
@@ -892,11 +892,14 @@ plus_option(const char *option, isc_boolean_t is_batchfile,
|
|||||||
break;
|
break;
|
||||||
case 'n': /* dnssec */
|
case 'n': /* dnssec */
|
||||||
FULLCHECK("dnssec");
|
FULLCHECK("dnssec");
|
||||||
|
dnssec:
|
||||||
if (state && lookup->edns == -1)
|
if (state && lookup->edns == -1)
|
||||||
lookup->edns = 0;
|
lookup->edns = 0;
|
||||||
lookup->dnssec = state;
|
lookup->dnssec = state;
|
||||||
break;
|
break;
|
||||||
case 'o': /* domain */
|
case 'o': /* domain ... but treat "do" as synonym for dnssec */
|
||||||
|
if (cmd[2] == '\0')
|
||||||
|
goto dnssec;
|
||||||
FULLCHECK("domain");
|
FULLCHECK("domain");
|
||||||
if (value == NULL)
|
if (value == NULL)
|
||||||
goto need_value;
|
goto need_value;
|
||||||
|
@@ -444,7 +444,7 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The lightweight resolver daemon and library (<comand>lwresd</command>
|
The lightweight resolver daemon and library (<command>lwresd</command>
|
||||||
and <command>liblwres</command>) have been removed. [RT #45186]
|
and <command>liblwres</command>) have been removed. [RT #45186]
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user