Diff between f55ddf7376b24c37d7004b047968d521be4b9e0f and a4f6139e728b0201de5d552c80f8d90256806a62
Changed Files
| File | Additions | Deletions | Status |
| gobex/gobex.c | +1 | -0 | modified |
Full Patch
diff --git a/gobex/gobex.c b/gobex/gobex.c
index 03da84f..0853a9b 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
@@ -588,6 +588,7 @@ gboolean g_obex_send(GObex *obex, GObexPacket *pkt, GError **err)
switch (obex->rx_last_op) {
case G_OBEX_OP_CONNECT:
prepare_connect_rsp(obex, pkt);
+ break;
case G_OBEX_OP_GET:
case G_OBEX_OP_PUT:
prepare_srm_rsp(obex, pkt);