1
0
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:
Günther Deschner 2008-03-15 12:55:17 +01:00
parent f18a805759
commit e12721f73d

View File

@ -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;
}