Skip to content
Snippets Groups Projects
Commit 8fe3046f authored by Anthony Liguori's avatar Anthony Liguori
Browse files

Fix build from previous commit


I unfortunately got on an unnamed branch and pushed the wrong bits

Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 53fae6d2
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ m_get(Slirp *slirp)
m->m_flags = (flags | M_USEDLIST);
/* Initialise it */
m->m_size = SLIRP_MSIZE - offsetof(struct m_hdr, m_dat);
m->m_size = SLIRP_MSIZE - offsetof(struct mbuf, m_dat);
m->m_data = m->m_dat;
m->m_len = 0;
m->m_nextpkt = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment