From 01683df316a73475ff59b665a3652718b55ac519 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 24 Mar 2012 22:42:38 +0100 Subject: Fix peer address config --- src/config.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.y') diff --git a/src/config.y b/src/config.y index e062ff1..c81b370 100644 --- a/src/config.y +++ b/src/config.y @@ -130,7 +130,7 @@ peer_conf: peer_conf peer_statement | ; -peer_statement: TOK_ADDRESS peer_address +peer_statement: TOK_ADDRESS peer_address ';' ; peer_address: TOK_ADDR maybe_port_default { -- cgit v1.2.3