diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-25 14:21:47 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-25 14:21:47 +0200 |
commit | 59a5b833216b62f28c816df7c9129bf0954993e0 (patch) | |
tree | 64c35f8ddcc8eafa9e12663b8eb12ba836ea1886 /src/fastd.c | |
parent | 6ce20e2bb6660694e995d890f2846fc26c96c8f7 (diff) | |
download | fastd-59a5b833216b62f28c816df7c9129bf0954993e0.tar fastd-59a5b833216b62f28c816df7c9129bf0954993e0.zip |
Change parse to push API, fix some parser bugs
Diffstat (limited to 'src/fastd.c')
-rw-r--r-- | src/fastd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.c b/src/fastd.c index 479ac95..40f0046 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -393,6 +393,8 @@ int main(int argc, char *argv[]) { update_time(&ctx); + conf.protocol->init(&ctx); + init_peers(&ctx); init_tuntap(&ctx); |