| 701 | } |
| 702 | |
| 703 | void 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 | |
| 713 | bool_t REMOTE_getbytes (RemoteXdr* xdrs, SCHAR* buff, unsigned bytecount) |
| 714 | { |