compile error
authorGerald Carter <jerry@samba.org>
Fri, 6 Jun 2003 18:19:02 +0000 (18:19 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 6 Jun 2003 18:19:02 +0000 (18:19 +0000)
(This used to be commit 8804b059a4f453b29c8b0da975f5d6d8501f4b11)

source3/nsswitch/winbindd_cm.c

index 2aa07afdfc4a1a08bfac6f0686b2d273d79b52ff..9a34293cdb0cc9fb72e90a4ce426d05d16bcf21a 100644 (file)
@@ -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;
        }