| 1945 | |
| 1946 | |
| 1947 | static void setErrorStatus(IStatus* status) |
| 1948 | { |
| 1949 | Arg::Gds loginError(isc_login); |
| 1950 | if (!(status->getState() & IStatus::STATE_ERRORS)) |
| 1951 | status->setErrors(loginError.value()); |
| 1952 | } |
| 1953 | |
| 1954 | static bool accept_connection(rem_port* port, P_CNCT* connect, PACKET* send) |
| 1955 | { |
no test coverage detected