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
ISC Open Source Projects
Kea
Commits
c1f5fb05
Commit
c1f5fb05
authored
Nov 16, 2011
by
JINMEI Tatuya
Browse files
[1332] wording fix in an exception message; remove a unused commented-out line.
parent
fd1ae8e0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/client_unittest.cc
View file @
c1f5fb05
...
...
@@ -41,9 +41,8 @@ public:
}
virtual
std
::
pair
<
ZoneJournalReader
::
Result
,
ZoneJournalReaderPtr
>
getJournalReader
(
const
isc
::
dns
::
Name
&
,
uint32_t
,
uint32_t
)
const
{
isc_throw
(
isc
::
NotImplemented
,
"Journaling isn't supported
for
"
isc_throw
(
isc
::
NotImplemented
,
"Journaling isn't supported "
"in Nop data source"
);
//return (ZoneJournalReaderPtr());
}
};
...
...
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