8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 01:23:03 +01:00
This commit is contained in:
asfernandes 2008-09-08 15:16:52 +00:00
parent 6ccf984a4a
commit f49c1afd8f

View File

@ -725,6 +725,8 @@ static THREAD_ENTRY_DECLARE svcShutdownThread(THREAD_ENTRY_PARAM)
InstanceControl::registerShutdown(0);
exit(0);
}
return 0;
}