Skip to content

Commit

Permalink
removed the needcopy arguement to ip6_setpktopts().
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Nov 3, 2003
1 parent 4e34fe0 commit 051a0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd4/sys/netinet6/raw_ip6.c
Expand Up @@ -354,7 +354,7 @@ rip6_output(m, so, dstsock, control)
dst = &dstsock->sin6_addr;
if (control) {
if ((error = ip6_setpktopts(control, &opt,
in6p->in6p_outputopts, priv, 0,
in6p->in6p_outputopts, priv,
so->so_proto->pr_protocol)) != 0) {
goto bad;
}
Expand Down

0 comments on commit 051a0ad

Please sign in to comment.