All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mbpi: Pop subparser stack after mmsc and mmsproxy
@ 2014-02-06 12:12 Slava Monich
  2014-02-07 14:58 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Slava Monich @ 2014-02-06 12:12 UTC (permalink / raw)
  To: ofono

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

---
 plugins/mbpi.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/plugins/mbpi.c b/plugins/mbpi.c
index 17ba4d8..dff8752 100644
--- a/plugins/mbpi.c
+++ b/plugins/mbpi.c
@@ -190,7 +190,9 @@ static void apn_end(GMarkupParseContext *context, const gchar *element_name,
 {
 	if (g_str_equal(element_name, "name") ||
 			g_str_equal(element_name, "username") ||
-			g_str_equal(element_name, "password"))
+			g_str_equal(element_name, "password") ||
+			g_str_equal(element_name, "mmsc") ||
+			g_str_equal(element_name, "mmsproxy"))
 		g_markup_parse_context_pop(context);
 }
 
-- 
1.8.3.2


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

* Re: [PATCH] mbpi: Pop subparser stack after mmsc and mmsproxy
  2014-02-06 12:12 [PATCH] mbpi: Pop subparser stack after mmsc and mmsproxy Slava Monich
@ 2014-02-07 14:58 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2014-02-07 14:58 UTC (permalink / raw)
  To: ofono

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

Hi Slava,

On 02/06/2014 06:12 AM, Slava Monich wrote:
> ---
>   plugins/mbpi.c | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>

Patch has been applied, thanks.

Regards,
-Denis


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

end of thread, other threads:[~2014-02-07 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06 12:12 [PATCH] mbpi: Pop subparser stack after mmsc and mmsproxy Slava Monich
2014-02-07 14:58 ` 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.