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

Add missed break.

This commit is contained in:
Vlad Khorsun 2023-03-03 15:42:10 +02:00
parent 3076f72c1d
commit 7f2609836b

View File

@ -7252,6 +7252,7 @@ void DatabaseOptions::get(const UCHAR* dpb, USHORT dpb_length, bool& invalid_cli
case isc_dpb_worker_attach:
dpb_worker_attach = true;
break;
case isc_dpb_upgrade_db:
dpb_upgrade_db = true;