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:
shin 2000-01-13 15:27:50 +00:00
parent 2efdfce495
commit 2f3537dcda

View File

@ -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);