summaryrefslogtreecommitdiffstats
path: root/gisi
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2011-03-17 12:52:56 +0200
committerAki Niemi <aki.niemi@nokia.com>2011-03-18 09:19:04 +0200
commit9871da333a7a3d102b59d3ba455b5ac80811f985 (patch)
tree3bd0cec40192a68e4fdb6de1ade81c35cd9338df /gisi
parent1bc1e527510d679d7552370bafb4191ef8eb73c5 (diff)
downloadofono-9871da333a7a3d102b59d3ba455b5ac80811f985.tar.bz2
gisi: Fix PN_SIM reachability check decoding
Diffstat (limited to 'gisi')
-rw-r--r--gisi/modem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gisi/modem.c b/gisi/modem.c
index f745bb2b..384983d3 100644
--- a/gisi/modem.c
+++ b/gisi/modem.c
@@ -252,11 +252,11 @@ static void common_message_decode(GIsiServiceMux *mux, GIsiMessage *msg)
}
/* fall through */
- case 0x00:
+ default:
/*
* PN_SIM doesn't support ISI version, but sends a
- * 0x00 message as a response. Work around this modem
- * wart.
+ * garbage message as a response. Work around this
+ * modem wart.
*/
mux->object = g_isi_msg_object(msg);
mux->version_pending = FALSE;