mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
s3-netdomjoin-gui: Fix join prompt dialog test.
Guenther
This commit is contained in:
parent
3e2975b3bd
commit
d3a9ee689d
@ -746,7 +746,7 @@ static void callback_do_join(GtkWidget *widget,
|
|||||||
if (!state->account || !state->password) {
|
if (!state->account || !state->password) {
|
||||||
debug("callback_do_join: no creds yet\n");
|
debug("callback_do_join: no creds yet\n");
|
||||||
callback_creds_prompt(NULL, state,
|
callback_creds_prompt(NULL, state,
|
||||||
"Enter the name and password of an account with permission to leave the domain.",
|
"Enter the name and password of an account with permission to join the domain.",
|
||||||
callback_do_storeauth_and_continue);
|
callback_do_storeauth_and_continue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user