diff options
-rw-r--r-- | src/or/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index 58b2eb1f2..61daaf589 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -720,6 +720,7 @@ test_dir_format() ex2.next = NULL; r2.address = "tor.tor.tor"; r2.addr = 0x0a030201u; /* 10.3.2.1 */ + r2.platform = tor_strdup(platform); r2.published_on = 5; r2.or_port = 9005; r2.socks_port = 0; |