Skip to content

Commit 177f6cc

Browse files
committed
Fix wrong assert - thanks Dmitry.
1 parent 82c0ef1 commit 177f6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/grant.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ static void get_object_info(thread_db* tdbb,
483483
}
484484
else if (obj_type == obj_database)
485485
{
486-
fb_assert(object_name.schema.isEmpty() && object_name.object.isEmpty());
486+
fb_assert(object_name.schema.isEmpty());
487487

488488
AutoCacheRequest request(tdbb, irq_grant17, IRQ_REQUESTS);
489489

0 commit comments

Comments
 (0)