mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 07:14:15 +08:00
Fix: TestRun run as windows service can't unlock screen
This commit is contained in:
@@ -346,7 +346,7 @@ public:
|
||||
}
|
||||
virtual bool IsEqual(context *ctx) const
|
||||
{
|
||||
return this == ctx || (GetPeerName() == ctx->GetPeerName() && GetPort() == ctx->GetPort());
|
||||
return this == ctx || this->GetPort() == ctx->GetPort();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user