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:
parent
47f561eb7c
commit
c2fd343120
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user