8
0
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:
alexpeshkoff 2009-03-04 12:44:25 +00:00
parent 6767cbaa1a
commit 2c270ab9db

View File

@ -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())