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
40ae159a
Commit
40ae159a
authored
Oct 29, 2012
by
JINMEI Tatuya
Browse files
[master] sync with the latest datasrc on result code of getCachedZoneWriter().
parent
9281b972
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/datasrc_clients_mgr.h
View file @
40ae159a
...
...
@@ -544,7 +544,7 @@ DataSrcClientsBuilderBase<MutexType, CondVarType>::getZoneWriter(
client_list
.
getCachedZoneWriter
(
origin
);
switch
(
writerpair
.
first
)
{
case
datasrc
::
ConfigurableClientList
::
ZONE_
RELOADED
:
// XXX misleading name
case
datasrc
::
ConfigurableClientList
::
ZONE_
SUCCESS
:
assert
(
writerpair
.
second
);
return
(
writerpair
.
second
);
case
datasrc
::
ConfigurableClientList
::
ZONE_NOT_FOUND
:
...
...
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