mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Restore erroneously removed assert
svn:r796
This commit is contained in:
@@ -731,7 +731,7 @@ int circuit_send_next_onion_skin(circuit_t *circ) {
|
||||
routerinfo_t *router;
|
||||
int r;
|
||||
|
||||
assert(circ);
|
||||
assert(circ && circ->cpath);
|
||||
|
||||
if(circ->cpath->state == CPATH_STATE_CLOSED) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user