Skip to content

Commit

Permalink
- For #790: Update formatting in cachedb/cachedb.c
Browse files Browse the repository at this point in the history
Co-authored-by: Wouter Wijngaards <[email protected]>
  • Loading branch information
gthess and wcawijngaards committed Jul 31, 2023
1 parent 8936f34 commit 5f76e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachedb/cachedb.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ parse_data(struct module_qstate* qstate, struct sldns_buffer* buf)
qstate->return_msg->rep->reason_bogus_str = regional_alloc(
qstate->region, sizeof(char) * (ede_len+1));
memcpy(qstate->return_msg->rep->reason_bogus_str,
ede->opt_data+2, ede_len);
ede->opt_data+2, ede_len);
qstate->return_msg->rep->reason_bogus_str[ede_len] = 0;
}
}
Expand Down

0 comments on commit 5f76e20

Please sign in to comment.