8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00
This commit is contained in:
dimitr 2003-05-05 07:06:06 +00:00
parent 377d3c6676
commit 7255be3a74

View File

@ -2189,9 +2189,10 @@ void *SVC_start(SVC service, USHORT spb_length, SCHAR * spb)
{
continue;
}
else; /* the event was posted */
else { /* the event was posted */
break;
}
}
ISC_event_fini(evnt_ptr);
THREAD_ENTER;