fix wrong name which is hidden by wrong ifdef.
Sorry for build failure. There was a mistake when I moved the patch from my build check machine to commit machine. Specified by: peter
This commit is contained in:
parent
2efdfce495
commit
2f3537dcda
@ -491,7 +491,7 @@ in6_pcbconnect(inp, nam, p)
|
||||
*/
|
||||
inp->in6p_flowinfo = sin6->sin6_flowinfo;
|
||||
if ((inp->in6p_flowinfo & IPV6_FLOWLABEL_MASK) == 0 &&
|
||||
ip6_auto_flowlable != 0)
|
||||
ip6_auto_flowlabel != 0)
|
||||
inp->in6p_flowinfo |=
|
||||
(htonl(ip6_flow_seq++) & IPV6_FLOWLABEL_MASK);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user