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:
parent
7b1f0438a1
commit
dd13dd06ee
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user