mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 23:20:34 +01:00
When trying to add new slaves to a bond connection, for the first slave nmt_add_connection_show() is called with !priv->single_type to display a slave-type selection form. For the second slave the type is predefined and thus nmt_add_connection_show() doesn't show the dialog; instead it calls create_connection() directly, which invokes nmt_newt_form_quit() on the not-shown dialog causing: nmtui-CRITICAL **: nmt_newt_form_quit: assertion 'priv->form != NULL' failed Don't call nmt_newt_form_quit() if the form was not shown. https://bugzilla.gnome.org/show_bug.cgi?id=768981 |
||
|---|---|---|
| .. | ||
| cli | ||
| common | ||
| tui | ||
| Makefile.am | ||
| nm-online.c | ||