summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-06-06 18:19:02 +0000
committerGerald Carter <jerry@samba.org>2003-06-06 18:19:02 +0000
commit8804b059a4f453b29c8b0da975f5d6d8501f4b11 (patch)
tree802a37dcfcb27797f78f5cbb4e5f6ae8b30e096c /source/nsswitch
parent1038879c9422bda4cd3be5a403ea9a22a552312b (diff)
downloadsamba-8804b059a4f453b29c8b0da975f5d6d8501f4b11.tar.gz
samba-8804b059a4f453b29c8b0da975f5d6d8501f4b11.tar.xz
samba-8804b059a4f453b29c8b0da975f5d6d8501f4b11.zip
compile error
Diffstat (limited to 'source/nsswitch')
-rw-r--r--source/nsswitch/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd_cm.c b/source/nsswitch/winbindd_cm.c
index 2aa07afdfc4..9a34293cdb0 100644
--- a/source/nsswitch/winbindd_cm.c
+++ b/source/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;
}