Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
7800a308
Commit
7800a308
authored
Jan 14, 2013
by
JINMEI Tatuya
Browse files
[master] editorial: removed an unnecessary semicolon
commiting at my discretion.
parent
cc7b41e7
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/lease_mgr.h
View file @
7800a308
...
@@ -117,7 +117,7 @@ struct Lease {
...
@@ -117,7 +117,7 @@ struct Lease {
Lease
(
const
isc
::
asiolink
::
IOAddress
&
addr
,
uint32_t
t1
,
uint32_t
t2
,
Lease
(
const
isc
::
asiolink
::
IOAddress
&
addr
,
uint32_t
t1
,
uint32_t
t2
,
uint32_t
valid_lft
,
SubnetID
subnet_id
,
time_t
cltt
);
uint32_t
valid_lft
,
SubnetID
subnet_id
,
time_t
cltt
);
virtual
~
Lease
()
{}
;
virtual
~
Lease
()
{}
/// @brief IPv4 ot IPv6 address
/// @brief IPv4 ot IPv6 address
///
///
...
...
Write
Preview
Markdown
is supported
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