mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-26 09:39:43 -05:00
Review fix of space.
This commit is contained in:
parent
3a49e683ed
commit
493921ef1f
1 changed files with 1 additions and 1 deletions
|
|
@ -1121,7 +1121,7 @@ local_zone_out(struct local_zone* z)
|
|||
struct local_rrset* p;
|
||||
RBTREE_FOR(d, struct local_data*, &z->data) {
|
||||
for(p = d->rrsets; p; p = p->next) {
|
||||
log_nametypeclass(NO_VERBOSE, "rrset", d->name,
|
||||
log_nametypeclass(NO_VERBOSE, "rrset", d->name,
|
||||
ntohs(p->rrset->rk.type),
|
||||
ntohs(p->rrset->rk.rrset_class));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue