|
@@ -382,7 +382,7 @@ begin
|
|
t:=Nil;
|
|
t:=Nil;
|
|
L:=FConnectionPool.LockList;
|
|
L:=FConnectionPool.LockList;
|
|
try
|
|
try
|
|
- while (I<L.Count-1) do
|
|
|
|
|
|
+ while (I<L.Count) do
|
|
begin
|
|
begin
|
|
T:=TPQTranConnection(L[i]);
|
|
T:=TPQTranConnection(L[i]);
|
|
if (T.FPGConn=nil) or not T.FTranActive then
|
|
if (T.FPGConn=nil) or not T.FTranActive then
|