summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-06-06 18:21:52 +0000
committerGerald Carter <jerry@samba.org>2003-06-06 18:21:52 +0000
commit09b838b3e7e64e91ce7774aeb099abda866ca8a6 (patch)
tree479db2721f54c4b5e2b8d2dba6afcf5772c36cc5
parent740d914b89792571b45483d6d035684d7fad2495 (diff)
downloadsamba-09b838b3e7e64e91ce7774aeb099abda866ca8a6.tar.gz
compile error
-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;
}