Message ID | 20250124185845.1546384-2-jussi.laakkonen@jolla.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add association state for VPNs | expand |
diff --git a/src/agent.c b/src/agent.c index 23517d9b..e2d1ef09 100644 --- a/src/agent.c +++ b/src/agent.c @@ -201,7 +201,9 @@ static void agent_receive_message(DBusPendingCall *call, void *user_data) if (dbus_message_is_error(reply, "org.freedesktop.DBus.Error.Timeout") || dbus_message_is_error(reply, - "org.freedesktop.DBus.Error.TimedOut")) { + "org.freedesktop.DBus.Error.TimedOut") || + dbus_message_is_error(reply, + "org.freedesktop.DBus.Error.NoReply")) { send_cancel_request(agent, agent->pending); }