X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Futils.c;h=70a40bbd5b60b2ce40daf3fec41c09b0b5d03a32;hp=6f78c2f93e36e8da2b117bd1ee94e64885e49fc2;hb=203254ec7ca2352e898acc9ac5c971bcbf630720;hpb=7048bb4f8667dc0ce7cf46e96a8db07622d9a39f diff --git a/test/parser/utils.c b/test/parser/utils.c index 6f78c2f..70a40bb 100644 --- a/test/parser/utils.c +++ b/test/parser/utils.c @@ -86,7 +86,7 @@ struct parser_test *test_init(void) struct parser_test *test; test = talloc_zero(NULL, struct parser_test); - test->handler = device_handler_init(NULL, 0); + test->handler = device_handler_init(NULL, NULL, 0); test->ctx = test_create_context(test); return test;