Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
d3801422
Commit
d3801422
authored
Nov 01, 2011
by
JINMEI Tatuya
Browse files
[1287] another (unrelated) cleanup: pass Client's RR class to the
DatabaseIterator instead of the hardcoded IN class.
parent
17565e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/database.cc
View file @
d3801422
...
@@ -817,7 +817,7 @@ ZoneIteratorPtr
...
@@ -817,7 +817,7 @@ ZoneIteratorPtr
DatabaseClient
::
getIterator
(
const
isc
::
dns
::
Name
&
name
)
const
{
DatabaseClient
::
getIterator
(
const
isc
::
dns
::
Name
&
name
)
const
{
ZoneIteratorPtr
iterator
=
ZoneIteratorPtr
(
new
DatabaseIterator
(
ZoneIteratorPtr
iterator
=
ZoneIteratorPtr
(
new
DatabaseIterator
(
accessor_
->
clone
(),
name
,
accessor_
->
clone
(),
name
,
RRC
lass
::
IN
()
));
rrc
lass
_
));
LOG_DEBUG
(
logger
,
DBG_TRACE_DETAILED
,
DATASRC_DATABASE_ITERATE
).
LOG_DEBUG
(
logger
,
DBG_TRACE_DETAILED
,
DATASRC_DATABASE_ITERATE
).
arg
(
name
);
arg
(
name
);
...
...
Write
Preview
Supports
Markdown
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