network: add missing TAKE_PTR()

This commit is contained in:
Yu Watanabe 2021-01-08 23:25:20 +09:00
parent a084b38789
commit 78ebbf0286
1 changed files with 1 additions and 0 deletions

View File

@ -2121,6 +2121,7 @@ int config_parse_tcp_advmss(
if (isempty(rvalue)) {
n->advmss = 0;
TAKE_PTR(n);
return 0;
}