Diff between f1fb4f95f49ee4221aa8352bc94cd53f06407953 and 273bf9cec70dd2e5369c4d6e91dac2f5fe56a03e
Changed Files
| File | Additions | Deletions | Status |
| gobex/gobex.c | +1 | -1 | modified |
Full Patch
diff --git a/gobex/gobex.c b/gobex/gobex.c
index 0e33ece..df80d79 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
@@ -382,7 +382,7 @@ static void check_srm_final(GObex *obex, guint8 op)
case G_OBEX_OP_CONNECT:
return;
default:
- if (op <= G_OBEX_RSP_CONTINUE)
+ if (op <= G_OBEX_RSP_CONTINUE || op == G_OBEX_OP_ABORT)
return;
}