Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
414
Issues
414
List
Boards
Labels
Service Desk
Milestones
Merge Requests
67
Merge Requests
67
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
3dd13658
Commit
3dd13658
authored
Dec 11, 2018
by
Tomek Mrugalski
🛰
Committed by
Francis Dupont
Dec 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#339
,
!169
] Corrected two mistakes.
parent
fc6c1b27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
doc/devel/mainpage.dox
doc/devel/mainpage.dox
+0
-1
src/lib/dhcpsrv/srv_config.h
src/lib/dhcpsrv/srv_config.h
+1
-1
No files found.
doc/devel/mainpage.dox
View file @
3dd13658
...
...
@@ -38,7 +38,6 @@
*
* @section buildingKeaWithUnitTests Building Kea with Unit tests
* - @subpage unitTests
* - @subpage unitTestsIntroduction
* - @subpage unitTestsEnvironmentVariables
* - @subpage unitTestsDatabaseConfig
* - @subpage unitTestsSysrepo
...
...
src/lib/dhcpsrv/srv_config.h
View file @
3dd13658
...
...
@@ -367,7 +367,7 @@ public:
}
/// @brief Sets information about the dhcp queue control
/// @param dhcp_queue_controlnew dhcp queue control information
/// @param dhcp_queue_control
new dhcp queue control information
void
setDHCPQueueControl
(
const
isc
::
data
::
ConstElementPtr
dhcp_queue_control
)
{
dhcp_queue_control_
=
dhcp_queue_control
;
}
...
...
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