Never ever leave ri.platform unset.

svn:r1624
This commit is contained in:
Nick Mathewson 2004-04-14 19:51:57 +00:00
parent 874d0cd8df
commit 94f126bca3

View File

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