mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 15:23:03 +01:00
correct switch length
This commit is contained in:
parent
3be507c4d4
commit
c0e5c2965d
@ -103,7 +103,7 @@ static const struct in_sw_tab_t gsec_action_in_sw_table [] =
|
||||
{IN_SW_GSEC_ADD, isc_action_svc_add_user, "ADD", 0, 0, 0, false, 0, 1, NULL}, // add user
|
||||
{IN_SW_GSEC_DEL, isc_action_svc_delete_user, "DELETE", 0, 0, 0, false, 0, 2, NULL}, // delete user
|
||||
{IN_SW_GSEC_MOD, isc_action_svc_modify_user, "MODIFY", 0, 0, 0, false, 0, 2, NULL}, // modify user
|
||||
{IN_SW_GSEC_DIS, isc_action_svc_display_user, "OLD_DISPLAY", 0, 0, 0, false, 0, 2, NULL}, // display user(s) without admin info
|
||||
{IN_SW_GSEC_DIS, isc_action_svc_display_user, "OLD_DISPLAY", 0, 0, 0, false, 0, 11, NULL}, // display user(s) without admin info
|
||||
{IN_SW_GSEC_MAPPING, isc_action_svc_set_mapping, "MAP SET", 0, 0, 0, false, 0, 2, NULL}, // map admins
|
||||
{IN_SW_GSEC_MAPPING, isc_action_svc_drop_mapping, "MAP DROP", 0, 0, 0, false, 0, 2, NULL}, // map admins
|
||||
{IN_SW_GSEC_DIS_ADM, isc_action_svc_display_user_adm,"DISPLAY", 0, 0, 0, false, 0, 2, NULL}, // display user(s) with admin info
|
||||
|
Loading…
Reference in New Issue
Block a user