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:
@@ -490,8 +490,8 @@ tcp_setsockopt(net_protocol *_protocol, int level, int option,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return protocol->next->module->setsockopt(protocol, level, option, _value,
|
return protocol->next->module->setsockopt(protocol->next, level, option,
|
||||||
length);
|
_value, length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user