MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / loginSuccess

Function loginSuccess

src/remote/server/server.cpp:480–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void loginSuccess(const string& login, const string& remId)
481{
482 usernameFailedLogins->loginSuccess(login);
483 remoteFailedLogins->loginSuccess(remId);
484}
485
486static constexpr unsigned SEGMENT_DATA_SIZE = 254;
487

Callers 2

authenticateMethod · 0.85
accept_connectionFunction · 0.85

Calls 1

loginSuccessMethod · 0.80

Tested by

no test coverage detected