8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Fixed gcc warning

This commit is contained in:
alexpeshkoff 2007-11-28 13:12:14 +00:00
parent 727f7f680a
commit 7ce6c0840b

View File

@ -165,6 +165,8 @@ public:
AliceGlobals(Jrd::pfn_svc_output outProc, Jrd::Service* outData)
: ThreadData(ThreadData::tddALICE),
ALICE_default_pool(0),
exit_code(FINI_ERROR), // prevent FINI_OK in case of unknown error thrown
// would be set to FINI_OK (==0) in ALICE_exit
output_proc(outProc),
output_data(outData),
output_file(NULL),
@ -174,9 +176,7 @@ public:
status(status_vector),
sw_redirect(NOREDIRECT),
sw_service(false),
sw_service_thd(false),
exit_code(FINI_ERROR) // prevent FINI_OK in case of unknown error thrown
// would be set to FINI_OK (==0) in ALICE_exit
sw_service_thd(false)
{
memset(&ALICE_data, 0, sizeof(user_action));
}