1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

compile error

This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent 1038879c94
commit 8804b059a4

View 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;
}