From d9ce47b2da9b14738db560fd89fe9caf5b645538 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 21 Mar 2013 23:48:05 +0100 Subject: 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. --- src/config.c | 2 -- 1 file changed, 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 -- cgit v1.2.3