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

correct switch length

This commit is contained in:
alexpeshkoff 2009-12-16 13:57:11 +00:00
parent 3be507c4d4
commit c0e5c2965d

View File

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