mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
Failure while unjoining a domain is non-critical.
Just continue joining to the workgroup in that case.
Guenther
(This used to be commit bf9ce2a928
)
This commit is contained in:
@ -449,14 +449,8 @@ static void callback_do_join(GtkWidget *widget,
|
||||
initial_workgroup_type,
|
||||
state->name_buffer_initial,
|
||||
err_str);
|
||||
|
||||
g_signal_connect_swapped(dialog, "response",
|
||||
G_CALLBACK(gtk_widget_destroy),
|
||||
dialog);
|
||||
|
||||
gtk_widget_show(dialog);
|
||||
|
||||
return;
|
||||
gtk_dialog_run(GTK_DIALOG(dialog));
|
||||
gtk_widget_destroy(dialog);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user