From 0bdba8d59abf3de7919f77073ab3534cab69995a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 15 Mar 2008 12:55:17 +0100 Subject: Fix typo. Guenther (This used to be commit e12721f73db72b99aa0e4be35c51aa8636eb3f59) --- source3/utils/net_rpc_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c index 8259ec46e6..45c0fe5097 100644 --- a/source3/utils/net_rpc_join.c +++ b/source3/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; } -- cgit