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
ISC Open Source Projects
Kea
Commits
33e02e16
Commit
33e02e16
authored
Jul 03, 2019
by
Marcin Siodelski
Browse files
[
#714
,
!409
] Corrected a comment in the mysql_cb.
parent
44b35d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc
View file @
33e02e16
...
...
@@ -2402,7 +2402,7 @@ TaggedStatementArray tagged_statements = { {
MYSQL_DELETE_OPTION
(
dhcp4
,
AND
o
.
scope_id
=
0
AND
o
.
code
=
?
AND
o
.
space
=
?
)
},
// Delete all options which are unassigned to any servers.
// Delete all
global
options which are unassigned to any servers.
{
MySqlConfigBackendDHCPv4Impl
::
DELETE_ALL_GLOBAL_OPTIONS4_UNASSIGNED
,
MYSQL_DELETE_OPTION_UNASSIGNED
(
dhcp4
,
AND
o
.
scope_id
=
0
)
},
...
...
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