Add missing variable declarations when using RSS.
Reported by: bryanv@
This commit is contained in:
parent
646707db80
commit
dc847eb656
@ -905,6 +905,10 @@ ip_ctloutput(struct socket *so, struct sockopt *sopt)
|
||||
{
|
||||
struct inpcb *inp = sotoinpcb(so);
|
||||
int error, optval;
|
||||
#ifdef RSS
|
||||
uint32_t rss_bucket;
|
||||
int retval;
|
||||
#endif
|
||||
|
||||
error = optval = 0;
|
||||
if (sopt->sopt_level != IPPROTO_IP) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user