summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-08-24 02:55:09 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-08-24 02:55:09 +0200
commite7b0801809d55fb41b7aa2987623743d3be90e99 (patch)
treed4107b7587cc2cc654935b9f96944e60109e4127 /src/config.c
parent6a178be29fcd28b2bdae5b5c59a11cda2e5109ba (diff)
downloadfastd-e7b0801809d55fb41b7aa2987623743d3be90e99.tar
fastd-e7b0801809d55fb41b7aa2987623743d3be90e99.zip
Fix function name in comment
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 98f99a7..e38bab5 100644
--- a/src/config.c
+++ b/src/config.c
@@ -579,7 +579,7 @@ static void configure_peers(void) {
fastd_peer_t *peer = VECTOR_INDEX(ctx.peers, i);
if (peer->config_state == CONFIG_STATIC) {
- /* The peer hasn't been touched since the last run of init_peers(), so its definition must have disappeared */
+ /* The peer hasn't been touched since the last run of configure_peers(), so its definition must have disappeared */
fastd_peer_delete(peer);
continue;
}