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
bfdb265f
Commit
bfdb265f
authored
Sep 26, 2012
by
Michal 'vorner' Vaner
Browse files
[2191] Remove unneeded code
The method is the same as the version in the base class. No need to replace it.
parent
de626b3c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/acl/dns.h
View file @
bfdb265f
...
...
@@ -136,9 +136,6 @@ public:
virtual
boost
::
shared_ptr
<
RequestCheck
>
create
(
const
std
::
string
&
name
,
isc
::
data
::
ConstElementPtr
definition
,
const
acl
::
Loader
<
RequestContext
>&
loader
);
// Allow things like "from": ["127.0.0.1", "::1"]
virtual
bool
allowListAbbreviation
()
const
{
return
(
true
);
}
};
}
// end of namespace "internal"
...
...
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