unit-tests: Fix a compiler warning in identification tests

This commit is contained in:
Martin Willi
2013-11-06 10:31:01 +01:00
parent 382fa8b419
commit 1254ad01b9
@@ -179,7 +179,7 @@ static struct {
START_TEST(test_from_string) START_TEST(test_from_string)
{ {
identification_t *a; identification_t *a;
chunk_t encoding, expected; chunk_t encoding, expected = chunk_empty;
char *id; char *id;
id = string_data[_i].id; id = string_data[_i].id;