All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gprs: Fix for gprs context conversion
@ 2010-12-02  7:19 Antti Paila
  2010-12-02 13:59 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Antti Paila @ 2010-12-02  7:19 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-02 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02  7:19 [PATCH] gprs: Fix for gprs context conversion Antti Paila
2010-12-02 13:59 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.