summaryrefslogtreecommitdiff
path: root/src/wispr.c
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2012-05-23 15:24:56 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-05-28 10:08:48 +0300
commit9b378434f66c2cabcebdeb07ff67af3b1381fca5 (patch)
tree060001ff5b7b07898abf5b74b9931f84136fb767 /src/wispr.c
parent0aa0b19df63b1f48410bf337ee569c348b5a2cdd (diff)
downloadconnman-9b378434f66c2cabcebdeb07ff67af3b1381fca5.tar.gz
connman-9b378434f66c2cabcebdeb07ff67af3b1381fca5.tar.bz2
connman-9b378434f66c2cabcebdeb07ff67af3b1381fca5.zip
agent: Update functions used by wispr to send -EINPROGRESS
Handle the change from -EIO to -EINPROGRESS return value in wispr.c.
Diffstat (limited to 'src/wispr.c')
-rw-r--r--src/wispr.c2
1 files changed, 1 insertions, 1 deletions
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;