mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.2.9' into release-0.2.9
This commit is contained in:
+2
-2
@@ -570,8 +570,8 @@ test_single_onion_poisoning(void *arg)
|
||||
tt_assert(ret == 0);
|
||||
}
|
||||
|
||||
service_1->directory = tor_strdup(dir1);
|
||||
service_2->directory = tor_strdup(dir2);
|
||||
service_1->directory = dir1;
|
||||
service_2->directory = dir2;
|
||||
/* The services own the directory pointers now */
|
||||
dir1 = dir2 = NULL;
|
||||
/* Add port to service 1 */
|
||||
|
||||
Reference in New Issue
Block a user