summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-07-07 14:34:38 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-07-08 14:27:34 -0500
commit5efd87fe6398fe60f83fc992bee5f3051d5497e8 (patch)
treea2fda293ea6a5bd3ff38118bfe470f9afc65c1c9 /src
parenta6edf2c803fbd32f34d0c443345b3c84fc73a070 (diff)
downloadofono-5efd87fe6398fe60f83fc992bee5f3051d5497e8.tar.bz2
stk: Fix copy / paste error
Diffstat (limited to 'src')
-rw-r--r--src/stk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stk.c b/src/stk.c
index 73ef5a1d..1185dbdf 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -211,8 +211,6 @@ static void stk_command_cb(const struct ofono_error *error, void *data)
{
if (error->type != OFONO_ERROR_TYPE_NO_ERROR) {
ofono_error("TERMINAL RESPONSE to a UICC command failed");
- /* "The ME may retry to deliver the same Cell Broadcast
- * page." */
return;
}