1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Fix typo.

Guenther
(This used to be commit e12721f73d)
This commit is contained in:
Günther Deschner 2008-03-15 12:55:17 +01:00
parent 6b2da4d2f4
commit 0bdba8d59a

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