8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00
This commit is contained in:
asfernandes 2008-02-19 02:34:55 +00:00
parent 455404b4fd
commit c979d91901
3 changed files with 4 additions and 5 deletions

View File

@ -27,8 +27,6 @@
# Contributor(s):
#
#
# $Id: Makefile.in.static.gpre,v 1.21 2008-02-14 10:08:04 alexpeshkoff Exp $
#
ROOT=..
ObjModuleType=boot
CFLAGS += -DBOOT_BUILD

View File

@ -6274,7 +6274,9 @@ static ISC_STATUS unwindAttach(const Firebird::Exception& ex,
}
}
catch (const Firebird::Exception&)
{} // no-op
{
// no-op
}
tdbb->tdbb_status_vector = save_status;
databases_mutex->leave();

View File

@ -2578,8 +2578,7 @@ static USHORT lock_state(lbl* lock)
}
static void post_blockage(lrq* request,
lbl* lock)
static void post_blockage(lrq* request, lbl* lock)
{
/**************************************
*