mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix a segv
svn:r5311
This commit is contained in:
+1
-1
@@ -1222,7 +1222,7 @@ static int
|
||||
circuit_consider_stop_edge_reading(circuit_t *circ, crypt_path_t *layer_hint)
|
||||
{
|
||||
connection_t *conn = NULL;
|
||||
unsigned domain = conn->cpath_layer ? LD_APP : LD_EXIT;
|
||||
unsigned domain = layer_hint ? LD_APP : LD_EXIT;
|
||||
|
||||
if (!layer_hint) {
|
||||
debug(domain,"considering circ->package_window %d", circ->package_window);
|
||||
|
||||
Reference in New Issue
Block a user