Skip to content

Commit 9553bb0

Browse files
committed
Postfixes after PR #8771
1 parent 108d737 commit 9553bb0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/common/classes/ClumpletReader.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,8 @@ ClumpletReader::ClumpletType ClumpletReader::getClumpletType(UCHAR tag) const
560560
case isc_info_end:
561561
case isc_info_truncated:
562562
case isc_info_flag_end:
563+
case fb_info_counts_scope_att:
564+
case fb_info_counts_scope_db:
563565
return SingleTpb;
564566
default:
565567
break;

src/remote/merge.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ USHORT MERGE_database_info(const UCHAR* const in,
166166
--out;
167167
break;
168168

169+
case fb_info_counts_scope_att:
170+
case fb_info_counts_scope_db:
171+
break;
172+
169173
default:
170174
{
171175
USHORT length = input.getClumpLength();

0 commit comments

Comments
 (0)