summaryrefslogtreecommitdiff
path: root/libgammu/phone/obex/obexgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgammu/phone/obex/obexgen.c')
-rw-r--r--libgammu/phone/obex/obexgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgammu/phone/obex/obexgen.c b/libgammu/phone/obex/obexgen.c
index a9c47ad..c7a66ef 100644
--- a/libgammu/phone/obex/obexgen.c
+++ b/libgammu/phone/obex/obexgen.c
@@ -733,6 +733,7 @@ static GSM_Error OBEXGEN_ReplyAddFilePart(GSM_Protocol_Message *msg, GSM_StateMa
/* ID of newly created m-obex entry */
Priv->m_obex_newid = msg->Buffer[Pos+3]*256 + msg->Buffer[Pos+4];
Pos += 5;
+ break;
case 0xcb:
/* Skip Connection ID (we ignore this for now) */
Pos += 5;