From e12721f73db72b99aa0e4be35c51aa8636eb3f59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Sat, 15 Mar 2008 12:55:17 +0100 Subject: [PATCH] Fix typo. Guenther --- source/utils/net_rpc_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/net_rpc_join.c b/source/utils/net_rpc_join.c index 8259ec46e66..45c0fe50973 100644 --- a/source/utils/net_rpc_join.c +++ b/source/utils/net_rpc_join.c @@ -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; } -- 2.47.3