Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
63cce9fa
Commit
63cce9fa
authored
Dec 07, 2012
by
Michal 'vorner' Vaner
Browse files
[2377] Minor code simplification
parent
e6898f85
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/master_loader.cc
View file @
63cce9fa
...
...
@@ -160,7 +160,7 @@ MasterLoader::MasterLoaderImpl::loadIncremental(size_t count_limit) {
// the Rdata. The errors should have been reported by
// callbacks_ already. We need to decide if we want to continue
// or not.
if
(
data
!=
rdata
::
RdataPtr
()
)
{
if
(
data
)
{
add_callback_
(
name
,
rrclass
,
rrtype
,
ttl
,
data
);
// Good, we loaded another one
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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