mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:43:03 +01:00
Use correct error code
This commit is contained in:
parent
2d74f74ee0
commit
315332944b
@ -5361,7 +5361,7 @@ static void authenticateStep0(ClntAuthBlock& cBlock)
|
|||||||
{
|
{
|
||||||
iscLogStatus("Authentication, client plugin:", &s);
|
iscLogStatus("Authentication, client plugin:", &s);
|
||||||
}
|
}
|
||||||
(Arg::Gds(isc_login)
|
(Arg::Gds(isc_login_error)
|
||||||
#ifdef DEV_BUILD
|
#ifdef DEV_BUILD
|
||||||
<< Arg::StatusVector(&s)
|
<< Arg::StatusVector(&s)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user