summaryrefslogtreecommitdiffstats
path: root/src/gprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs.c')
-rw-r--r--src/gprs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs.c b/src/gprs.c
index 7c316793..b5332095 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -607,7 +607,7 @@ static DBusMessage *pri_set_property(DBusConnection *conn,
return __ofono_error_not_attached(msg);
if (ctx->gprs->flags & GPRS_FLAG_ATTACHING)
- return __ofono_error_busy(msg);
+ return __ofono_error_attach_in_progress(msg);
if (gc == NULL || gc->driver->activate_primary == NULL ||
gc->driver->deactivate_primary == NULL)