mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add a missing return -1
svn:r1629
This commit is contained in:
@@ -895,6 +895,7 @@ rend_service_set_connection_addr_port(connection_t *conn, circuit_t *circ)
|
||||
serviceid, circ->n_circ_id);
|
||||
circuit_mark_for_close(circ);
|
||||
connection_mark_for_close(conn, 0/*XXX*/);
|
||||
return -1;
|
||||
}
|
||||
for (i = 0; i < smartlist_len(service->ports); ++i) {
|
||||
p = smartlist_get(service->ports, i);
|
||||
|
||||
Reference in New Issue
Block a user