diff options
Diffstat (limited to 'btif/src/btif_pan.c')
-rw-r--r-- | btif/src/btif_pan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_pan.c b/btif/src/btif_pan.c index 8484bb8..c9cd6a7 100644 --- a/btif/src/btif_pan.c +++ b/btif/src/btif_pan.c @@ -313,7 +313,7 @@ void create_tap_read_thread(int tap_fd) debug("in"); if(pth < 0) { - pth = btsock_thread_create(btpan_tap_fd_signaled); + pth = btsock_thread_create(btpan_tap_fd_signaled, NULL); if(pth >= 0) btsock_thread_add_fd(pth, tap_fd, 0, SOCK_THREAD_FD_RD, 0); } |