diff options
author | Ian Lepore <ian@FreeBSD.org> | 2015-03-14 13:04:39 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2015-03-14 13:04:39 +0000 |
commit | b36424bd4b148eb0f5a6ce423a86d8c92ce898fc (patch) | |
tree | 330fa4f3e312ad15156c09813646d56e486be764 /sys/dev/cxgbe/t4_l2t.c | |
parent | 59daf5b0cecd570913abaef3ae731671a7335ac1 (diff) |
Revert r279934, r279938; this is going to be fixed in sbuf instead.
PR: 195668
Notes
Notes:
svn path=/head/; revision=279984
Diffstat (limited to 'sys/dev/cxgbe/t4_l2t.c')
-rw-r--r-- | sys/dev/cxgbe/t4_l2t.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/t4_l2t.c b/sys/dev/cxgbe/t4_l2t.c index 2c1999afc787..cca1bf314b56 100644 --- a/sys/dev/cxgbe/t4_l2t.c +++ b/sys/dev/cxgbe/t4_l2t.c @@ -321,7 +321,6 @@ skip: mtx_unlock(&e->lock); } - sbuf_putc(sb, 0); /* nullterm */ rc = sbuf_finish(sb); sbuf_delete(sb); |