Skip to content

Do not crash if channel clients cannot be created

Channel client creation can fail in some situation. For instance if during a migration the client is disconnected. In most cases this is ignored (this is usually logged in red_channel_client_initable_init) but not in case of CursorChannelClient and StreamChannelClient.

This fixes rhbz#1788757.

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports