diff options
| author | Denys Fedoryshchenko <nuclearcat@nuclearcat.com> | 2026-06-09 17:57:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-09 17:57:58 +0300 |
| commit | e3618955ebcfd8ef0bce15bb862405d4fa44e121 (patch) | |
| tree | 8c29ae5f66cd3bcd03f84e29bd7b631d3fc48831 | |
| parent | 8afec90643a6e6d923032ae5c50d6c18e7a8b0c3 (diff) | |
| download | accel-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.c | 2 |
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 */ }; |
