summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDenys Fedoryshchenko <denys.f@collabora.com>2026-08-09 07:16:14 +0300
committerDenys Fedoryshchenko <denys.f@collabora.com>2026-08-09 08:58:08 +0300
commit0d7cd3a4ae6beed4eab485052a5e27b0772f15c6 (patch)
tree8424afce39023890bbcfd7a60025cc42e910763a /tests
parenta9f666ea84927427a27261b81aa77435d4296d28 (diff)
downloadaccel-ppp-0d7cd3a4ae6beed4eab485052a5e27b0772f15c6.tar.gz
accel-ppp-0d7cd3a4ae6beed4eab485052a5e27b0772f15c6.zip
pptp: pass a proper value to SO_REUSEADDR
The option value was the address of the listening descriptor rather than a boolean, so the effect depended on the descriptor number: it enabled SO_REUSEADDR only because that number happened to be non-zero, and would disable it if the daemon were ever started with the lower descriptors closed. Use a dedicated flag, as cli/telnet.c does.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions