Skip to content

cli: don't wait for connection change on update failure

Beniamino Galvani requested to merge bg/rh1702203 into master

When saving a connection, we wait the connection-changed signal before proceeding to ensure that the remote connection is up to date. However, no signal is emitted if the update fails and so we shouldn't wait for it.

Fixes: a370faeb ('cli: wait for changed signal after updating a connection'):

https://bugzilla.redhat.com/show_bug.cgi?id=1702203

Merge request reports