aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2005-10-04 18:07:11 +0000
committerAndre Oppermann <andre@FreeBSD.org>2005-10-04 18:07:11 +0000
commite5fbf72cd8dbdab83c477165014a78f98aa5f759 (patch)
tree4e6afb7f3d68fe2f8db121737bb72c1bcbdf32c0 /sys/netinet
parent7723d5ed12851d056436eeed436f0962fbda246e (diff)
Notes
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/raw_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index bc250a40f0adc..2399c71935216 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -166,7 +166,7 @@ raw_append(struct inpcb *last, struct ip *ip, struct mbuf *n)
so = last->inp_socket;
if ((last->inp_flags & INP_CONTROLOPTS) ||
- (so->so_options & SO_TIMESTAMP))
+ (so->so_options & SO_TIMESTAMP | SO_BINTIME))
ip_savecontrol(last, &opts, ip, n);
SOCKBUF_LOCK(&so->so_rcv);
if (sbappendaddr_locked(&so->so_rcv,