Skip to content

Commit b35028d

Browse files
committed
Fix the build
1 parent 809459f commit b35028d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jrd/dyn_util.epp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ bool DYN_UTIL_check_unique_name_nothrow(thread_db* tdbb, jrd_tra* transaction,
302302
}
303303

304304
case obj_tablespace:
305+
{
305306
fb_assert(object_name.schema.isEmpty());
306307

307308
static const CachedRequestId tablespaceHandleId;
@@ -316,6 +317,7 @@ bool DYN_UTIL_check_unique_name_nothrow(thread_db* tdbb, jrd_tra* transaction,
316317
END_FOR
317318

318319
break;
320+
}
319321

320322
default:
321323
fb_assert(false);

0 commit comments

Comments
 (0)