diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-24 22:42:38 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-24 22:42:38 +0100 |
commit | 01683df316a73475ff59b665a3652718b55ac519 (patch) | |
tree | 5992ff0e19ba13a20c7f84ff7b65ec946bd6bd42 /src | |
parent | 29bdd55286e22366fa8709d6e3742f2e0005403d (diff) | |
download | fastd-01683df316a73475ff59b665a3652718b55ac519.tar fastd-01683df316a73475ff59b665a3652718b55ac519.zip |
Fix peer address config
Diffstat (limited to 'src')
-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 { |