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

Method auxAcceptError

src/remote/remote.cpp:703–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703void rem_port::auxAcceptError(PACKET* packet)
704{
705 if (port_protocol >= PROTOCOL_VERSION13)
706 {
707 packet->p_operation = op_abort_aux_connection;
708 // Ignore error return - we are already processing auxiliary connection error from the wire
709 send(packet);
710 }
711}
712
713bool_t REMOTE_getbytes (RemoteXdr* xdrs, SCHAR* buff, unsigned bytecount)
714{

Callers 1

aux_connectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected