diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/handsfree-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handsfree-audio.c b/src/handsfree-audio.c index 14872b0e..857c258d 100644 --- a/src/handsfree-audio.c +++ b/src/handsfree-audio.c @@ -138,7 +138,7 @@ static gboolean sco_accept(GIOChannel *io, GIOCondition cond, bt_ba2str(&saddr.sco_bdaddr, local); card = card_find(remote, local); - if (card == NULL) { + if (card == NULL || card->path == NULL) { ofono_error("Rejecting SCO: Audio Card not found!"); close(nsk); return TRUE; |