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

Fixed CORE-3494: Attach fails after shutdown rejected by handler installed in fb_shutdown_callback()

This commit is contained in:
alexpeshkoff 2011-05-25 11:41:34 +00:00
parent 8d1abf0939
commit 351324f490

View File

@ -978,9 +978,6 @@ namespace
return;
}
killed = sig;
#if !defined (SUPERCLIENT)
disableConnections = true;
#endif
shutdownSemaphore->release();
}