Changeset 87827 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Feb 22, 2021 2:52:34 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142889
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r87826 r87827 1944 1944 return ERR_MEM; 1945 1945 1946 pbuf_copy_partial(pPBuf, frame.pvFrame, cbFrame, ETH_PAD_SIZE);1946 pbuf_copy_partial(pPBuf, frame.pvFrame, (u16_t)cbFrame, ETH_PAD_SIZE); 1947 1947 rc = self->m_IntNetIf.ifOutput(frame); 1948 1948 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.