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

Though we do not actively use signals since 2.5, let's better initialize paths before setting handlers

This commit is contained in:
alexpeshkoff 2009-06-10 09:18:08 +00:00
parent 2f8468df35
commit a2f7582562

View File

@ -371,6 +371,8 @@ class SignalInit
public:
static void init()
{
GDS_init_prefix();
overflow_count = 0;
gds__register_cleanup(signal_cleanup, 0);