From d2b16c2012c669646f6fd054bbed5bae593cebad Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 5 Jan 2008 22:51:09 +0100 Subject: [PATCH] flag_table -> oper_table (more descriptive name) --- src/newconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/newconf.c b/src/newconf.c index 33de2a2..6f1c5f1 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -307,7 +307,7 @@ static struct mode_table umode_table[] = { {NULL, 0} }; -static struct mode_table flag_table[] = { +static struct mode_table oper_table[] = { {"encrypted", OPER_ENCRYPTED }, {"local_kill", OPER_LOCKILL }, {"global_kill", OPER_GLOBKILL|OPER_LOCKILL }, @@ -566,7 +566,7 @@ conf_set_oper_flags(void *data) { conf_parm_t *args = data; - set_modes_from_table(&yy_oper->flags, "flag", flag_table, args); + set_modes_from_table(&yy_oper->flags, "flag", oper_table, args); } static void