mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix typo.
Guenther
This commit is contained in:
parent
f18a805759
commit
e12721f73d
@ -485,7 +485,7 @@ int net_rpc_testjoin(int argc, const char **argv)
|
||||
nt_status = net_rpc_join_ok(domain, NULL, NULL);
|
||||
if (!NT_STATUS_IS_OK(nt_status)) {
|
||||
fprintf(stderr,"Join to domain '%s' is not valid: %s\n",
|
||||
nt_errstr(nt_status), domain);
|
||||
domain, nt_errstr(nt_status));
|
||||
free(domain);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user