Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
6e023590
Commit
6e023590
authored
Oct 31, 2017
by
Mark Andrews
Browse files
tmp should be a (struct in_addr) not (struct in_addr *)
parent
0ed0c4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/rdata.c
View file @
6e023590
...
...
@@ -386,7 +386,7 @@ getquad(const void *src, struct in_addr *dst,
isc_lex_t
*
lexer
,
dns_rdatacallbacks_t
*
callbacks
)
{
int
result
;
struct
in_addr
*
tmp
;
struct
in_addr
tmp
;
result
=
inet_aton
(
src
,
dst
);
if
(
result
==
1
&&
callbacks
!=
NULL
&&
...
...
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