8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00

Misc diagnostics

This commit is contained in:
alexpeshkoff 2007-02-24 11:27:52 +00:00
parent 149b8ad6d3
commit 2c93118e86

View File

@ -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;
}