mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
Nick points out:
tor_assert(!conn->_base.purpose == DIR_PURPOSE_FETCH_EXTRAINFO) != tor_assert(conn->_base.purpose != DIR_PURPOSE_FETCH_EXTRAINFO) !!
This commit is contained in:
parent
2086588efe
commit
5799cdd9d3
@ -704,7 +704,7 @@ connection_dir_bridge_routerdesc_failed(dir_connection_t *conn)
|
||||
+ strlen("fp/"),
|
||||
which, NULL, 0);
|
||||
|
||||
tor_assert(!conn->_base.purpose == DIR_PURPOSE_FETCH_EXTRAINFO);
|
||||
tor_assert(conn->_base.purpose != DIR_PURPOSE_FETCH_EXTRAINFO);
|
||||
if (smartlist_len(which)) {
|
||||
connection_dir_retry_bridges(which);
|
||||
SMARTLIST_FOREACH(which, char *, cp, tor_free(cp));
|
||||
|
Loading…
Reference in New Issue
Block a user