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

Missed part for CORE-1999

This commit is contained in:
hvlad 2015-11-10 18:08:05 +00:00
parent 47f561eb7c
commit c2fd343120

View File

@ -3010,6 +3010,13 @@ bool Service::process_switches(ClumpletReader& spb, string& switches)
}
get_action_svc_string(spb, switches);
break;
case isc_spb_bkp_stat:
if (!get_action_svc_parameter(spb.getClumpTag(), reference_burp_in_sw_table, switches))
{
return false;
}
get_action_svc_string(spb, switches);
break;
default:
return false;
}