summaryrefslogtreecommitdiff
path: root/tools/rfcomm-tester.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rfcomm-tester.c')
-rw-r--r--tools/rfcomm-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rfcomm-tester.c b/tools/rfcomm-tester.c
index b20d70d58..2d3be27d8 100644
--- a/tools/rfcomm-tester.c
+++ b/tools/rfcomm-tester.c
@@ -548,7 +548,7 @@ static void test_connect(const void *test_data)
GIOChannel *io;
int sk;
- bthost_add_l2cap_server(bthost, 0x0003, NULL, NULL);
+ bthost_add_l2cap_server(bthost, 0x0003, NULL, NULL, NULL);
bthost_add_rfcomm_server(bthost, cli->server_channel,
rfcomm_connect_cb, NULL);