summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index d7986e2..1f8acce 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1364,7 +1364,7 @@ static const struct oper_privs
{ OPER_FLAG_SQUIT, 'R' },
{ OPER_FLAG_SQUIT_REMOTE, 'S' },
{ OPER_FLAG_UNKLINE, 'U' },
- { OPER_FLAG_X, 'X' },
+ { OPER_FLAG_XLINE, 'X' },
{ 0, '\0' }
};