more test_transfer polish. fix issue where passing on our listen port depended on anonymous_mode, instead of use_proxy. not passing it on would break a few unit tests
This commit is contained in:
@@ -196,7 +196,7 @@ void test_transfer(int proxy_type, bool test_disk_full = false, bool test_allowe
|
||||
, std::make_pair(48075 + listen_port, 49000), "0.0.0.0", 0, alert_mask);
|
||||
session ses2(fingerprint("LT", 0, 1, 0, 0)
|
||||
, std::make_pair(49075 + listen_port, 50000), "0.0.0.0", 0, alert_mask);
|
||||
++listen_port;
|
||||
listen_port += 10;
|
||||
|
||||
proxy_settings ps;
|
||||
if (proxy_type)
|
||||
|
Reference in New Issue
Block a user