summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Fedoryshchenko <nuclearcat@nuclearcat.com>2026-06-09 17:57:58 +0300
committerGitHub <noreply@github.com>2026-06-09 17:57:58 +0300
commite3618955ebcfd8ef0bce15bb862405d4fa44e121 (patch)
tree8c29ae5f66cd3bcd03f84e29bd7b631d3fc48831
parent8afec90643a6e6d923032ae5c50d6c18e7a8b0c3 (diff)
downloadaccel-ppp-e3618955ebcfd8ef0bce15bb862405d4fa44e121.tar.gz
accel-ppp-e3618955ebcfd8ef0bce15bb862405d4fa44e121.zip
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
-rw-r--r--accel-pppd/extra/ippool.c2
1 files changed, 1 insertions, 1 deletions
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 */
};