From 9b378434f66c2cabcebdeb07ff67af3b1381fca5 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Wed, 23 May 2012 15:24:56 +0300 Subject: agent: Update functions used by wispr to send -EINPROGRESS Handle the change from -EIO to -EINPROGRESS return value in wispr.c. --- src/wispr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wispr.c') diff --git a/src/wispr.c b/src/wispr.c index e5796d76..9412f1e8 100644 --- a/src/wispr.c +++ b/src/wispr.c @@ -610,7 +610,7 @@ static gboolean wispr_manage_message(GWebResult *result, if (__connman_agent_request_login_input(wp_context->service, wispr_portal_request_wispr_login, - wp_context) != -EIO) + wp_context) != -EINPROGRESS) wispr_portal_error(wp_context); break; -- cgit v1.2.3