mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
clean up a few more bugs
svn:r1365
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include "or.h"
|
||||
#include "tree.h"
|
||||
|
||||
extern or_options_t options; /* command-line and config-file options */
|
||||
|
||||
#define MAX_ADDRESSLEN 256
|
||||
|
||||
#define MAX_DNSWORKERS 50
|
||||
|
||||
+2
-1
@@ -15,6 +15,8 @@
|
||||
#include "or.h"
|
||||
#include "../common/test.h"
|
||||
|
||||
extern or_options_t options;
|
||||
|
||||
int have_failed = 0;
|
||||
|
||||
/* These functions are file-local, but are exposed so we can test. */
|
||||
@@ -760,7 +762,6 @@ test_dir_format()
|
||||
test_assert(router_dump_router_to_string(buf, 2048, &r2, pk1)>0);
|
||||
cp = buf;
|
||||
test_eq(dirserv_add_descriptor((const char**)&cp), 1);
|
||||
extern or_options_t options;
|
||||
options.Nickname = "DirServer";
|
||||
test_assert(!dirserv_dump_directory_to_string(buf,8192,pk3));
|
||||
cp = buf;
|
||||
|
||||
Reference in New Issue
Block a user