summaryrefslogtreecommitdiffstats
path: root/ui/test/pb-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/test/pb-test.c')
-rw-r--r--ui/test/pb-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/test/pb-test.c b/ui/test/pb-test.c
index b32944f..a1e3007 100644
--- a/ui/test/pb-test.c
+++ b/ui/test/pb-test.c
@@ -45,7 +45,7 @@ int main(void)
{
struct discover_client *client;
- client = discover_client_init(&client_ops);
+ client = discover_client_init(&client_ops, NULL);
if (!client)
return -1;
OpenPOWER on IntegriCloud