From a9ea91fd12bfac8dfb529911c56e062cd2abc34b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 18 Feb 2003 06:04:55 +0000 Subject: Allow rfcomm.conf without entries --- rfcomm/parser.y | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rfcomm/parser.y b/rfcomm/parser.y index 3775de95..f7ee3d70 100644 --- a/rfcomm/parser.y +++ b/rfcomm/parser.y @@ -59,7 +59,9 @@ struct rfcomm_opts *opts; %% -config : statement | config statement +config : + | statement + | config statement ; statement : section '{' rfcomm_options '}' -- cgit