mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:03:03 +01:00
SortedObjectsArray related changes
This commit is contained in:
parent
ec8f70387f
commit
e1aea93824
@ -122,9 +122,9 @@ namespace {
|
||||
time_t lastAttempt;
|
||||
FailedLogin(Firebird::MemoryPool& p)
|
||||
: login(p), failCount(0), lastAttempt(time(0)) {}
|
||||
static const Firebird::string& generate(const void* sender, const FailedLogin* f)
|
||||
static const Firebird::string* generate(const void* sender, const FailedLogin* f)
|
||||
{
|
||||
return f->login;
|
||||
return &(f->login);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user