mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-30 18:41:23 -05:00
session-helper: return after sending DBus error
Make sure we let the caller know we handled the message immediately after sending our error reply.
This commit is contained in:
@@ -283,6 +283,7 @@ handle_host_command (FlatpakDevelopment *object,
|
||||
g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, code,
|
||||
"Failed to start command: %s",
|
||||
error->message);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
pid_data = g_new0 (PidData, 1);
|
||||
|
||||
Reference in New Issue
Block a user