mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.2.8'
This commit is contained in:
@@ -3460,8 +3460,6 @@ rend_service_desc_has_uploaded(const rend_data_t *rend_data)
|
||||
|
||||
service = rend_service_get_by_service_id(rend_data->onion_address);
|
||||
if (service == NULL) {
|
||||
log_warn(LD_REND, "Service %s not found after descriptor upload",
|
||||
safe_str_client(rend_data->onion_address));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user