mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +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 bf9ce2a928e3136d3bfe368f75d5b99273c5b04f)
This commit is contained in:
parent
6345220151
commit
e6c3ac59c5
@ -449,14 +449,8 @@ static void callback_do_join(GtkWidget *widget,
|
|||||||
initial_workgroup_type,
|
initial_workgroup_type,
|
||||||
state->name_buffer_initial,
|
state->name_buffer_initial,
|
||||||
err_str);
|
err_str);
|
||||||
|
gtk_dialog_run(GTK_DIALOG(dialog));
|
||||||
g_signal_connect_swapped(dialog, "response",
|
gtk_widget_destroy(dialog);
|
||||||
G_CALLBACK(gtk_widget_destroy),
|
|
||||||
dialog);
|
|
||||||
|
|
||||||
gtk_widget_show(dialog);
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user