mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
Misc diagnostics
This commit is contained in:
parent
149b8ad6d3
commit
2c93118e86
@ -1460,7 +1460,7 @@ static rem_port* aux_connect(rem_port* port, PACKET* packet, t_event_ast ast)
|
||||
THREAD_ENTER();
|
||||
|
||||
if (status < 0) {
|
||||
inet_error(port, "connect", isc_net_event_connect_err, INET_ERRNO);
|
||||
inet_error(port, "aux connect", isc_net_event_connect_err, INET_ERRNO);
|
||||
SOCLOSE(n);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user