Fix cluster test failure (not real issue)
Former-commit-id: 161d3a35ff2be2aa761f6fb0167dfc4aac4251c6
This commit is contained in:
parent
ea516dad36
commit
5656a917c7
@ -2443,7 +2443,10 @@ NULL
|
|||||||
if (c == client) {
|
if (c == client) {
|
||||||
close_this_client = 1;
|
close_this_client = 1;
|
||||||
} else {
|
} else {
|
||||||
freeClientAsync(client);
|
if (FCorrectThread(client))
|
||||||
|
freeClient(client);
|
||||||
|
else
|
||||||
|
freeClientAsync(client);
|
||||||
}
|
}
|
||||||
killed++;
|
killed++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user