tests: fix compilation with new eloop API

We added llog-data pointers so fix the tests helpers to set it to NULL by
default.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2013-02-16 21:41:02 +01:00
parent 7b1f0438a1
commit dd13dd06ee

View File

@ -113,7 +113,7 @@ static int test_prepare(struct conf_option *opts, size_t len,
log_print_init(argv[0]);
ret = ev_eloop_new(&eloop, log_llog);
ret = ev_eloop_new(&eloop, log_llog, NULL);
if (ret)
goto err_out;