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

Function setErrorStatus

src/remote/server/server.cpp:1947–1952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1945
1946
1947static 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
1954static bool accept_connection(rem_port* port, P_CNCT* connect, PACKET* send)
1955{

Callers 1

accept_connectionFunction · 0.85

Calls 3

getStateMethod · 0.45
setErrorsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected