diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-05-23 20:41:17 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-05-23 20:41:17 +0000 |
| commit | 12ae55c6f285f14b8ed96c4357116ceac018e8ca (patch) | |
| tree | 20c840d4d34396ddcb1a94d424df949d12157965 /sys/netinet6 | |
| parent | 4638caddb7cebb4d90e76eb7d9b895657fea2867 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/ip6_output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 88f3b4d34f6f..4176bc47667f 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -2001,6 +2001,8 @@ ip6_setpktoptions(control, opt, priv) if (control->m_next) return(EINVAL); + opt->ip6po_m = control; + for (; control->m_len; control->m_data += ALIGN(cm->cmsg_len), control->m_len -= ALIGN(cm->cmsg_len)) { cm = mtod(control, struct cmsghdr *); |
