pad-queries default yes

This commit is contained in:
Willem Toorop
2020-04-14 08:52:51 +02:00
parent 60e53d36b7
commit 2c8a91c2f9
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -843,8 +843,7 @@ attach_edns_record_max_msg_sz(sldns_buffer* pkt, struct edns_data* edns,
/* By use of calc_edns_field_size, calling functions should
* have made sure that there is enough space for at least a
* zero sized padding option, but it cannot harm to leave it
* out if there isn't.
* zero sized padding option.
*/
log_assert(pad_pos + 4 <= msg_sz);