---
 src/gprs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gprs.c b/src/gprs.c
index 610f3b2..58166f8 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -175,7 +175,7 @@ static gboolean gprs_context_string_to_type(const char *str,
                return TRUE;
        } else if (g_str_equal(str, "ims")) {
                *out = OFONO_GPRS_CONTEXT_TYPE_IMS;
-               return FALSE;
+               return TRUE;
        }
 
        return FALSE;
-- 
1.7.1

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to