Fix bad botch invented in last change.
This commit is contained in:
parent
35d02e369c
commit
f0abca45e5
|
@ -671,7 +671,7 @@ void
|
|||
m_copydata(const struct mbuf *m, int off, int len, void *vp)
|
||||
{
|
||||
unsigned count;
|
||||
caddr_t *cp = vp;
|
||||
caddr_t cp = vp;
|
||||
|
||||
if (off < 0 || len < 0)
|
||||
panic("m_copydata: off %d, len %d", off, len);
|
||||
|
|
Loading…
Reference in New Issue