merged anonymous mode fix from RC_0_16

This commit is contained in:
Arvid Norberg
2013-06-12 07:57:13 +00:00
parent dd183c2116
commit 6bc908fd49
9 changed files with 295 additions and 56 deletions

View File

@@ -119,7 +119,7 @@ int test_main()
file.close();
// this should fail
snprintf(tracker_url, sizeof(tracker_url), "udp://www.google.com:80/announce");
snprintf(tracker_url, sizeof(tracker_url), "udp://www1.non-existent.com:80/announce");
t->add_tracker(tracker_url, 0);
// and this should fail