mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Correction
This commit is contained in:
parent
080cbdb0c5
commit
73ec1bf3ea
@ -3140,7 +3140,7 @@ static void service_get(
|
||||
SSHORT iter = 0;
|
||||
int errno_save;
|
||||
|
||||
is_service_running(service)
|
||||
is_service_running(service);
|
||||
|
||||
errno = 0;
|
||||
service->svc_flags &= ~SVC_timeout;
|
||||
@ -3203,7 +3203,7 @@ static void service_put(SVC service, SCHAR * buffer, USHORT length)
|
||||
*
|
||||
**************************************/
|
||||
|
||||
is_service_running(service)
|
||||
is_service_running(service);
|
||||
|
||||
while (length--) {
|
||||
if (ib_putc(*buffer, (IB_FILE *) service->svc_output) != EOF)
|
||||
|
Loading…
Reference in New Issue
Block a user