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
2118111e
Commit
2118111e
authored
Mar 19, 2013
by
Michal 'vorner' Vaner
Browse files
[2737] Use the correct constant
parent
d66a4843
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/config/ccsession.cc
View file @
2118111e
...
...
@@ -849,7 +849,7 @@ ModuleCCSession::requestMatch(const AsyncRecvRequest& request,
}
if
(
!
request
.
is_reply
&&
(
request
.
recipient
.
empty
()
||
request
.
recipient
==
envelope
->
get
(
isc
::
cc
::
CC_HEADER_
REPLY
)
->
stringValue
()))
{
envelope
->
get
(
isc
::
cc
::
CC_HEADER_
GROUP
)
->
stringValue
()))
{
// This is the correct command
return
(
true
);
}
...
...
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