Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
601
Issues
601
List
Boards
Labels
Service Desk
Milestones
Merge Requests
110
Merge Requests
110
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
bcb7c7fd
Commit
bcb7c7fd
authored
Sep 08, 2017
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] fix tag
parent
24926303
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
bin/dig/dig.c
bin/dig/dig.c
+4
-1
doc/arm/notes.xml
doc/arm/notes.xml
+1
-1
No files found.
bin/dig/dig.c
View file @
bcb7c7fd
...
...
@@ -892,11 +892,14 @@ plus_option(const char *option, isc_boolean_t is_batchfile,
break
;
case
'n'
:
/* dnssec */
FULLCHECK
(
"dnssec"
);
dnssec:
if
(
state
&&
lookup
->
edns
==
-
1
)
lookup
->
edns
=
0
;
lookup
->
dnssec
=
state
;
break
;
case
'o'
:
/* domain */
case
'o'
:
/* domain ... but treat "do" as synonym for dnssec */
if
(
cmd
[
2
]
==
'\0'
)
goto
dnssec
;
FULLCHECK
(
"domain"
);
if
(
value
==
NULL
)
goto
need_value
;
...
...
doc/arm/notes.xml
View file @
bcb7c7fd
...
...
@@ -444,7 +444,7 @@
<itemizedlist>
<listitem>
<para>
The lightweight resolver daemon and library (
<comand>
lwresd
</command>
The lightweight resolver daemon and library (
<com
m
and>
lwresd
</command>
and
<command>
liblwres
</command>
) have been removed. [RT #45186]
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment