Explorar o código

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.
Karsten Loesing %!s(int64=16) %!d(string=hai) anos
pai
achega
f80537e3e0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/or/test.c

+ 1 - 0
src/or/test.c

@@ -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);