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
Sebastian Schrader
Kea
Commits
28c612e5
Commit
28c612e5
authored
Oct 17, 2013
by
Tomek Mrugalski
🛰
Browse files
[3191] Unnecessary comment removed.
parent
7abead30
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/subnet.cc
View file @
28c612e5
...
...
@@ -160,13 +160,10 @@ void Subnet4::setSiaddr(const isc::asiolink::IOAddress& siaddr) {
siaddr_
=
siaddr
;
}
/// @brief returns siaddr for this subnet
/// @return siaddr value
isc
::
asiolink
::
IOAddress
Subnet4
::
getSiaddr
()
const
{
return
(
siaddr_
);
}
const
PoolCollection
&
Subnet
::
getPools
(
Lease
::
Type
type
)
const
{
// check if the type is valid (and throw if it isn't)
checkType
(
type
);
...
...
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