mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Remove a dead BUG() check.
This commit is contained in:
parent
4532c7ef6a
commit
bd0efb2702
1 changed files with 0 additions and 6 deletions
|
@ -1018,12 +1018,6 @@ desc_encode_v3(const hs_descriptor_t *desc,
|
|||
tor_assert(encoded_out);
|
||||
tor_assert(desc->plaintext_data.version == 3);
|
||||
|
||||
/* This is impossible; this is a member of desc.
|
||||
if (BUG(desc->subcredential == NULL)) {
|
||||
goto err;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Build the non-encrypted values. */
|
||||
{
|
||||
char *encoded_cert;
|
||||
|
|
Loading…
Add table
Reference in a new issue