Diff between 9746e59d114952de75e019115d79cf1092460357 and a6ac17f0e3932d6b07ced87e41fe7a108fe55149
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/a2dp.c | +1 | -0 | modified |
Full Patch
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index 43da380..a6489a7 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -326,6 +326,7 @@ static int error_to_errno(struct avdtp_error *err)
case EHOSTDOWN:
case ECONNABORTED:
case EBADE:
+ case ECONNREFUSED:
return -perr;
default:
/*