summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-03-24 22:42:38 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-03-24 22:42:38 +0100
commit01683df316a73475ff59b665a3652718b55ac519 (patch)
tree5992ff0e19ba13a20c7f84ff7b65ec946bd6bd42
parent29bdd55286e22366fa8709d6e3742f2e0005403d (diff)
downloadfastd-01683df316a73475ff59b665a3652718b55ac519.tar
fastd-01683df316a73475ff59b665a3652718b55ac519.zip
Fix peer address config
-rw-r--r--src/config.y2
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 {