8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
This commit is contained in:
AlexPeshkoff 2024-02-29 18:17:31 +03:00
parent 0b29f0fcdd
commit 51ebc3da64
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ public:
return false; // safe default
}
bool test() override
bool test()
{
Jrd::FbLocalStatus status;

View File

@ -149,7 +149,7 @@ class SecurityDatabase : public VSecDb
public:
bool lookup(void* inMsg, void* outMsg);
bool test() override
bool test()
{
return fb_ping(status, &lookup_db) == FB_SUCCESS;
}