mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Cleanup
This commit is contained in:
parent
0b29f0fcdd
commit
51ebc3da64
@ -120,7 +120,7 @@ public:
|
||||
return false; // safe default
|
||||
}
|
||||
|
||||
bool test() override
|
||||
bool test()
|
||||
{
|
||||
Jrd::FbLocalStatus status;
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user