Skip to content
Snippets Groups Projects
Commit a02e2572 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Minor fix

parent a42e7eea
No related branches found
No related tags found
No related merge requests found
......@@ -648,6 +648,7 @@ int knot_tsig_sign_next(uint8_t *msg, size_t *msg_len, size_t msg_max_len,
dbg_tsig_detail("TSIG: could not add rdata\n");
knot_rrset_free(&tmp_tsig);
knot_rdata_free(&rdata);
return ret;
}
/* Create items for TSIG RR. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment