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
450
Issues
450
List
Boards
Labels
Service Desk
Milestones
Merge Requests
75
Merge Requests
75
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
01f0aed5
Commit
01f0aed5
authored
Nov 12, 2019
by
Razvan Becheriu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#889
,
!591
] fixed typo
parent
a09bee9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/libdhcp++.cc
+2
-2
No files found.
src/lib/dhcp/libdhcp++.cc
View file @
01f0aed5
...
...
@@ -92,9 +92,9 @@ LibDHCP::getOptionDefs(const std::string& space) {
static
mutex
local_mutex
;
if
(
MultiThreadingMgr
::
instance
().
getMode
())
{
std
::
lock_guard
<
std
::
mutex
>
lock
(
local_mutex
);
return
LibDHCP
::
getOptionDefs
(
space
);
return
LibDHCP
::
getOptionDefs
Internal
(
space
);
}
else
{
return
LibDHCP
::
getOptionDefs
(
space
);
return
LibDHCP
::
getOptionDefs
Internal
(
space
);
}
}
...
...
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