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

Fixed AV when QLI started. I wonder how could it ever work at all?

This commit is contained in:
alexpeshkoff 2008-03-12 12:33:21 +00:00
parent 0abe69d0a1
commit d8d8f6c60a

View File

@ -246,7 +246,7 @@ void ALLQ_init()
*
**************************************/
qli_vec temp_vector[2];
memcpy(temp_vector, 0, sizeof(temp_vector));
memset(temp_vector, 0, sizeof(temp_vector));
global_pools = temp_vector;
global_pools->vec_count = 1;