aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_sockbuf.c
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2017-04-14 10:21:38 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2017-04-14 10:21:38 +0000
commit57386f5dcee4a1f48919fc7cf6d29ff1e4321389 (patch)
tree573c23d8cf7df329c81f1ce0a78c58f6ff92f4f4 /sys/kern/uipc_sockbuf.c
parentc33a23133737ee1af448ca8f39263faffe41a522 (diff)
downloadsrc-57386f5dcee4a1f48919fc7cf6d29ff1e4321389.tar.gz
src-57386f5dcee4a1f48919fc7cf6d29ff1e4321389.zip
Fix the build.
Reported by: lwhsu
Notes
Notes: svn path=/head/; revision=316823
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
-rw-r--r--sys/kern/uipc_sockbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c
index 670b8fcae969..b6c59ba7ea67 100644
--- a/sys/kern/uipc_sockbuf.c
+++ b/sys/kern/uipc_sockbuf.c
@@ -796,7 +796,7 @@ sbappendaddr_locked_internal(struct sockbuf *sb, const struct sockaddr *asa,
bcopy(asa, mtod(m, caddr_t), asa->sa_len);
if (m0) {
m_clrprotoflags(m0);
- m_tag_delete_chain(m0);
+ m_tag_delete_chain(m0, NULL);
/*
* Clear some persistent info from pkthdr.
* We don't use m_demote(), because some netgraph consumers