These were being done in the obsolete ui_flush() function which handled OpenSSL UI callbacks (that libopenconnect.so.2 now catches and translates into auth_forms). But not in nm_process_auth_form(). (cherry picked from commit 96a0741b154dbb3a629038b34c89469b9bd11adb)
Signed-off-by: Murilo Opsfelder Araujo <[email protected]> Conflicts: auth-dialog/main.c --- auth-dialog/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-dialog/main.c b/auth-dialog/main.c index 7906614..834a36b 100644 --- a/auth-dialog/main.c +++ b/auth-dialog/main.c @@ -809,7 +809,7 @@ static int nm_process_auth_form (void *cbdata, struct oc_auth_form *form) } } - + ui_data->form_grabbed = 0; g_mutex_unlock(ui_data->form_mutex); /* -1 = cancel, -- 1.8.0 _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
