summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
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;
}