From 0fb5750634f051dacf443ede77086237cfbb59fb Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 6 Jun 2003 18:19:02 +0000 Subject: compile error (This used to be commit 8804b059a4f453b29c8b0da975f5d6d8501f4b11) --- source3/nsswitch/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 2aa07afdfc..9a34293cdb 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -301,7 +301,7 @@ static NTSTATUS cm_open_connection(const char *domain, const int pipe_index, SAFE_FREE(ipc_password); if (!NT_STATUS_IS_OK(result)) { - add_failed_connection_entry(new_conn, result); + add_failed_connection_entry(domain, new_conn->controller, result); return result; } -- cgit