1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Fix the chain2 test

This commit is contained in:
Volker Lendecke 2009-07-19 14:53:11 -04:00
parent c116652a30
commit be5cf23696

View File

@ -5222,7 +5222,9 @@ static bool run_chain2(int dummy)
NTSTATUS status;
printf("starting chain2 test\n");
if (!torture_open_connection(&cli1, 0)) {
status = cli_start_connection(&cli1, global_myname(), host, NULL,
port_to_use, Undefined, 0, NULL);
if (!NT_STATUS_IS_OK(status)) {
return False;
}