fixed a nice C-induced issue which was making us rewrite stuff.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20823 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2586c25e31
commit
226bb7a9d4
@ -490,8 +490,8 @@ tcp_setsockopt(net_protocol *_protocol, int level, int option,
|
||||
}
|
||||
}
|
||||
|
||||
return protocol->next->module->setsockopt(protocol, level, option, _value,
|
||||
length);
|
||||
return protocol->next->module->setsockopt(protocol->next, level, option,
|
||||
_value, length);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user