From e3618955ebcfd8ef0bce15bb862405d4fa44e121 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Tue, 9 Jun 2026 17:57:58 +0300 Subject: Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- accel-pppd/extra/ippool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel-pppd/extra/ippool.c b/accel-pppd/extra/ippool.c index 045e3bbf..e935bb4c 100644 --- a/accel-pppd/extra/ippool.c +++ b/accel-pppd/extra/ippool.c @@ -79,7 +79,7 @@ struct pool_set { struct ip_lease { struct ip_pool *pool; /* NULL once orphaned by a reload */ - struct ip_range *range; /*lease->range points to the struct ip_range that supplied this session’s allocated peer address, also NULL if orphaned */ + struct ip_range *range; /* Range that supplied this lease's peer address; NULL if orphaned */ struct ipv4db_item_t it; /* ses->ipv4 = &it */ }; -- cgit v1.2.3