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
ISC Open Source Projects
Kea
Commits
68d52986
Commit
68d52986
authored
Dec 09, 2013
by
Jeremy C. Reed
Browse files
[master] fix misspelling typo in comment
parent
833deb1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_srv.cc
View file @
68d52986
...
...
@@ -873,10 +873,10 @@ Dhcpv4Srv::processClientFqdnOption(const Option4ClientFqdnPtr& fqdn,
// perform DNS updates:
// 1. Updates are globally disabled,
// 2. Client requested no update and server respects it,
// 3. Client requested that the foward DNS update is delegated to the
client
// but server neither respects requests for forward update
delegation nor
// it is configured to send update on its own when
client requested
// delegation.
// 3. Client requested that the fo
r
ward DNS update is delegated to the
//
client
but server neither respects requests for forward update
//
delegation nor
it is configured to send update on its own when
//
client requested
delegation.
if
(
!
FQDN_ENABLE_UPDATE
||
(
fqdn
->
getFlag
(
Option4ClientFqdn
::
FLAG_N
)
&&
!
FQDN_OVERRIDE_NO_UPDATE
)
||
...
...
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