Make a NULL check in test_dir.c non-redundant.

Should quiet a coverity warning.
This commit is contained in:
Nick Mathewson 2009-09-27 12:01:29 -04:00
parent 7f1f6984da
commit a4d6d83051

View File

@ -76,6 +76,8 @@ test_dir_formats(void)
pk2 = pk_generate(1);
pk3 = pk_generate(2);
test_assert(pk1 && pk2 && pk3);
get_platform_str(platform, sizeof(platform));
r1 = tor_malloc_zero(sizeof(routerinfo_t));
r1->address = tor_strdup("18.244.0.1");