BIND 10 #2750: support DomainTree::remove()
BIND 10 Development
do-not-reply at isc.org
Tue Sep 17 12:15:20 UTC 2013
#2750: support DomainTree::remove()
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner: muks
Type: task | Status:
Priority: medium | reviewing
Component: data source | Milestone:
Keywords: | Sprint-20130917
Sensitive: 0 | Resolution:
Sub-Project: DNS | CVSS Scoring:
Estimated Difficulty: 7 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| shared memory data source
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by vorner):
Ah, also this one. Would it make sense to switch the condition to positive
one, for readability?
{{{#!c++
if (!node->getRight()) {
child = node->getLeft();
} else {
child = node->getRight();
}
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/2750#comment:20>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list