split up file unit tests into smaller pieces

This commit is contained in:
Arvid Norberg
2015-05-30 21:10:34 +00:00
parent 3073be4bbd
commit d9813ca56d
5 changed files with 18 additions and 22 deletions

View File

@@ -172,8 +172,6 @@ int num_dht_hits()
void stop_dht()
{
fprintf(stderr, "%s: stop_dht()\n", time_now_string());
g_dht.reset();
fprintf(stderr, "%s: stop_dht() done\n", time_now_string());
}