|
@@ -2605,7 +2605,7 @@ class CRemoteFileServer : implements IRemoteFileServer, public CInterface
|
|
|
CClientStatsTable clientStatsTable;
|
|
|
atomic_t globallasttick;
|
|
|
unsigned targetActiveThreads;
|
|
|
- Owned<IPropertyTree> keyPairInfo;
|
|
|
+ Linked<IPropertyTree> keyPairInfo;
|
|
|
|
|
|
int getNextHandle()
|
|
|
{
|
|
@@ -4364,7 +4364,7 @@ public:
|
|
|
{
|
|
|
EXCLOG(e,"CRemoteFileServer");
|
|
|
e->Release();
|
|
|
- break;
|
|
|
+ continue;
|
|
|
}
|
|
|
}
|
|
|
|