indentation fix
This commit is contained in:
parent
53bc7af36a
commit
b6856fdfbf
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ const HParsedToken* act_message(const HParseResult *p) {
|
||||||
|
|
||||||
// Copy authority RRs into message struct.
|
// Copy authority RRs into message struct.
|
||||||
struct dns_rr *authority = h_arena_malloc(p->arena,
|
struct dns_rr *authority = h_arena_malloc(p->arena,
|
||||||
sizeof(struct dns_rr)*(header->authority_count));
|
sizeof(struct dns_rr)*(header->authority_count));
|
||||||
for (size_t i=0, j=header->answer_count; i<header->authority_count; ++i, ++j) {
|
for (size_t i=0, j=header->answer_count; i<header->authority_count; ++i, ++j) {
|
||||||
authority[i] = *H_INDEX(dns_rr_t, rrs, j);
|
authority[i] = *H_INDEX(dns_rr_t, rrs, j);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue