Index: dlg.c =================================================================== --- dlg.c (revision 35164) +++ dlg.c (revision 35165) @@ -550,7 +550,7 @@ return; } - role = rnd_conf_lookup_role(row->cell[0]); + role = rnd_conf_role_parse(row->cell[1]); if (rnd_conf_is_read_only(role)) { rnd_message(RND_MSG_ERROR, "Can't remove rule on config role %s\n", row->cell[1]); return;