summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/avdtp.c')
-rw-r--r--audio/avdtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/avdtp.c b/audio/avdtp.c
index ba6b58ad..ec20958c 100644
--- a/audio/avdtp.c
+++ b/audio/avdtp.c
@@ -691,7 +691,7 @@ static gboolean avdtp_setconf_cmd(struct avdtp *session,
}
lsep = find_local_sep_by_seid(req->acp_seid);
- if (!lsep || !lsep->stream) {
+ if (!lsep || lsep->stream) {
init_response(&rej.header, &req->header, FALSE);
rej.error = AVDTP_BAD_ACP_SEID;
rej.category = 0x00; /* 0x00 means "not applicable" */