mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'dgoulet/bug15296_027_01'
This commit is contained in:
@@ -646,7 +646,6 @@ rend_encode_v2_descriptors(smartlist_t *descs_out,
|
||||
rend_encoded_v2_service_descriptor_free(enc);
|
||||
goto err;
|
||||
}
|
||||
desc_str[written++] = '\n';
|
||||
desc_str[written++] = 0;
|
||||
/* Check if we can parse our own descriptor. */
|
||||
if (!rend_desc_v2_is_parsable(enc)) {
|
||||
|
||||
Reference in New Issue
Block a user