Fix unit tests.

Now that we require EntryStatistics to be 1 for counting connecting
clients, unit tests need to set that config option, too.

Reported by Sebastian Hahn.
This commit is contained in:
Karsten Loesing
2009-07-24 01:13:33 +02:00
parent 884c621aa7
commit f80537e3e0
+1
View File
@@ -4799,6 +4799,7 @@ main(int c, char**v)
setup_directory();
options_init(options);
options->DataDirectory = tor_strdup(temp_dir);
options->EntryStatistics = 1;
if (set_options(options, &errmsg) < 0) {
printf("Failed to set initial options: %s\n", errmsg);
tor_free(errmsg);