From ed2a64b0d27586f4e3ab8e42f535a97a220843d5 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 24 Feb 2010 23:03:22 +0100 Subject: Bugfix: recognize local as shorthand for localdomains. --- rcfile_l.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 679a5b4e..146219a7 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -88,7 +88,7 @@ poll { return POLL; } skip { return SKIP; } via { return VIA; } aka { return AKA; } -local(domains) { return LOCALDOMAINS; } +local(domains)? { return LOCALDOMAINS; } proto(col)? { return PROTOCOL; } service { return SERVICE; } port { return PORT; } -- cgit v1.2.3