aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 1653826f..29e097cc 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -18,7 +18,8 @@ int prc_lineno = 1;
%%
defaults { return DEFAULTS; }
-server { return SERVER; }
+server { return POLL; }
+poll { return POLL; }
proto(col)? { return PROTOCOL; }
port { return PORT; }
auth(enticate)? { return AUTHENTICATE; }