summaryrefslogtreecommitdiff
path: root/source3
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
commit0fb5750634f051dacf443ede77086237cfbb59fb (patch)
tree3acfb1d7adedcf80ffa384876f037f9f992aaa15 /source3
parentb3984d69c3807ca3ae8a62f35eb97961986524c9 (diff)
downloadsamba-0fb5750634f051dacf443ede77086237cfbb59fb.tar.gz
samba-0fb5750634f051dacf443ede77086237cfbb59fb.tar.bz2
samba-0fb5750634f051dacf443ede77086237cfbb59fb.zip
compile error
(This used to be commit 8804b059a4f453b29c8b0da975f5d6d8501f4b11)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
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;
}