mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Workaround for warning in desc_encode_v3().
Fixes bug 20581.
This commit is contained in:
@@ -784,7 +784,7 @@ desc_encode_v3(const hs_descriptor_t *desc, char **encoded_out)
|
||||
|
||||
/* Build the encrypted data section. */
|
||||
{
|
||||
char *enc_b64_blob;
|
||||
char *enc_b64_blob=NULL;
|
||||
if (encode_encrypted_data(desc, &enc_b64_blob) < 0) {
|
||||
goto err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user