diff options
Diffstat (limited to 'hw/bt-sdp.c')
-rw-r--r-- | hw/bt-sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bt-sdp.c b/hw/bt-sdp.c index 9dee7c2..992de0e 100644 --- a/hw/bt-sdp.c +++ b/hw/bt-sdp.c @@ -948,7 +948,7 @@ static int bt_l2cap_sdp_new_ch(struct bt_l2cap_device_s *dev, &sdp_service_sdp_s, &sdp_service_hid_s, &sdp_service_pnp_s, - 0, + NULL, }; sdp->channel = params; |