mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 09:23:03 +01:00
Fixed set/drop admins mapping in security2.fdb
This commit is contained in:
parent
6767cbaa1a
commit
2c270ab9db
@ -1946,7 +1946,9 @@ void Service::start(USHORT spb_length, const UCHAR* spb_data)
|
||||
svc_id == isc_action_svc_trace_stop ||
|
||||
svc_id == isc_action_svc_trace_suspend ||
|
||||
svc_id == isc_action_svc_trace_resume ||
|
||||
svc_id == isc_action_svc_trace_list)
|
||||
svc_id == isc_action_svc_trace_list ||
|
||||
svc_id == isc_action_svc_set_mapping ||
|
||||
svc_id == isc_action_svc_drop_mapping)
|
||||
{
|
||||
/* add the username and password to the end of svc_switches if needed */
|
||||
if (svc_switches.hasData())
|
||||
|
Loading…
Reference in New Issue
Block a user