diff options
Diffstat (limited to 'src/conf_lexer.l')
-rw-r--r-- | src/conf_lexer.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_lexer.l b/src/conf_lexer.l index d089a57..838d7ef 100644 --- a/src/conf_lexer.l +++ b/src/conf_lexer.l @@ -235,7 +235,6 @@ passwd { return PASSWORD; } password { return PASSWORD; } ping_cookie { return PING_COOKIE; } ping_time { return PING_TIME; } -ping_warning { return PING_WARNING; } port { return PORT; } quarantine { return RESV; } quiet_on_ban { return QUIET_ON_BAN; } |