mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix duplicated if condition in connection.c
Furthermore, fix a test that could returned an uninitialized value. Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ static int pick_oos_mock_last_n = 0;
|
||||
static smartlist_t *
|
||||
pick_oos_victims_mock(int n)
|
||||
{
|
||||
smartlist_t *l;
|
||||
smartlist_t *l = NULL;
|
||||
int i;
|
||||
|
||||
++pick_oos_mock_calls;
|
||||
|
||||
Reference in New Issue
Block a user