Diff between 2861fd5d97bba8d99ede7ac7f7a82c288694f044 and ab5c9548d1c362dee178b2495074564728c9718f
Changed Files
| File | Additions | Deletions | Status |
| obexd/src/obex.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/src/obex.c b/obexd/src/obex.c
index 1cd803c..14e24ba 100644
--- a/obexd/src/obex.c
+++ b/obexd/src/obex.c
@@ -76,6 +76,7 @@ static void os_set_response(obex_object_t *obj, int err)
lastrsp = OBEX_RSP_SUCCESS;
break;
case -EPERM:
+ case -EACCES:
rsp = OBEX_RSP_FORBIDDEN;
lastrsp = OBEX_RSP_FORBIDDEN;
break;