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
583
Issues
583
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
7b60f683
Commit
7b60f683
authored
Feb 13, 2019
by
Mark Andrews
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence clang
parent
9a9dc407
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/dig/nslookup.c
bin/dig/nslookup.c
+1
-1
No files found.
bin/dig/nslookup.c
View file @
7b60f683
...
...
@@ -901,7 +901,7 @@ parse_args(int argc, char **argv) {
bool
have_lookup
=
false
;
usesearch
=
true
;
for
(
argc
--
,
argv
++
;
argc
>
0
;
argc
--
,
argv
++
)
{
for
(
argc
--
,
argv
++
;
argc
>
0
&&
argv
[
0
]
!=
NULL
;
argc
--
,
argv
++
)
{
debug
(
"main parsing %s"
,
argv
[
0
]);
if
(
argv
[
0
][
0
]
==
'-'
)
{
if
(
strncasecmp
(
argv
[
0
],
"-ver"
,
4
)
==
0
)
{
...
...
Mark Andrews
@marka
mentioned in commit
2b96fe7c
·
Feb 18, 2019
mentioned in commit
2b96fe7c
mentioned in commit 2b96fe7c53d7de3be28175a1a9cfd6ae6dd7aa08
Toggle commit list
Mark Andrews
@marka
mentioned in commit
2019d4d6
·
Feb 18, 2019
mentioned in commit
2019d4d6
mentioned in commit 2019d4d64c05fa836a00049d91d03970b3a7e4c5
Toggle commit list
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