diff options
Diffstat (limited to 'net/bluetooth/sco.c')
| -rw-r--r-- | net/bluetooth/sco.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 529b38996d8b..9a580999ca57 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c @@ -193,7 +193,7 @@ static void __sco_chan_add(struct sco_conn *conn, struct sock *sk,  	conn->sk = sk;  	if (parent) -		bt_accept_enqueue(parent, sk); +		bt_accept_enqueue(parent, sk, true);  }  static int sco_chan_add(struct sco_conn *conn, struct sock *sk,  |