fixup! Add .up pointer to slabheader
This commit is contained in:
+3
-2
@@ -3825,11 +3825,12 @@ rdatasetiter_next(dns_rdatasetiter_t *it DNS__DB_FLARG) {
|
||||
if (header != NULL) {
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
* Find the start of the header chain for the next type.
|
||||
*/
|
||||
topheader = dns_slabheader_top(header);
|
||||
topheader_next = topheader->next;
|
||||
topheader = topheader->next;
|
||||
header = topheader;
|
||||
}
|
||||
|
||||
NODE_UNLOCK(nlock, &nlocktype);
|
||||
|
||||
+3
-2
@@ -4145,11 +4145,12 @@ rdatasetiter_next(dns_rdatasetiter_t *iterator DNS__DB_FLARG) {
|
||||
if (header != NULL) {
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
* Find the start of the header chain for the next type.
|
||||
*/
|
||||
topheader = dns_slabheader_top(header);
|
||||
topheader_next = topheader->next;
|
||||
topheader = topheader->next;
|
||||
header = topheader;
|
||||
}
|
||||
|
||||
NODE_UNLOCK(nlock, &nlocktype);
|
||||
|
||||
Reference in New Issue
Block a user