diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-21 23:48:05 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-21 23:48:05 +0100 |
commit | d9ce47b2da9b14738db560fd89fe9caf5b645538 (patch) | |
tree | 6ff3ce2a93432b12fd33b2052a5a001f3f6536c3 /src/config.c | |
parent | bd982075b97319705648c2ea88382d3bea64bd6e (diff) | |
download | fastd-d9ce47b2da9b14738db560fd89fe9caf5b645538.tar fastd-d9ce47b2da9b14738db560fd89fe9caf5b645538.zip |
Don't read the default peer group twice on startup
There are no negative consequences when the peers are loaded twice, but we can
spare some log spam like this.
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c index f514f18..cf95fb7 100644 --- a/src/config.c +++ b/src/config.c @@ -948,8 +948,6 @@ void fastd_configure(fastd_context_t *ctx, fastd_config_t *conf, int argc, char configure_user(ctx, conf); - read_peer_dirs(ctx, conf); - #undef OR #undef OPTION #undef OPTION_ARG |