diff options
Diffstat (limited to 'src/config.y')
-rw-r--r-- | src/config.y | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |