error: EINPROGRESS error was not handled
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Mon, 1 Oct 2012 10:15:43 +0000 (13:15 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 1 Oct 2012 10:47:35 +0000 (13:47 +0300)
src/error.c

index c414469..f42b60e 100644 (file)
@@ -62,6 +62,7 @@ DBusMessage *__connman_error_failed(DBusMessage *msg, int errnum)
        case ETIMEDOUT:
                return __connman_error_operation_timeout(msg);
        case EALREADY:
+       case EINPROGRESS:
                return __connman_error_in_progress(msg);
        case ENOKEY:
                return __connman_error_passphrase_required(msg);