VirtualBox

Changeset 74228 in vbox


Ignore:
Timestamp:
Sep 12, 2018 4:52:21 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: RTCRestBinaryParameter::assignCopy - don't forget to also
copy the callback and its data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/rest-binary.cpp

    r74149 r74228  
    264264        rc = m_strContentType.assignNoThrow(a_rThat.m_strContentType);
    265265    m_cbContentLength = a_rThat.m_cbContentLength;
     266    m_pfnProducer = a_rThat.m_pfnProducer;
     267    m_pvCallbackData = a_rThat.m_pvCallbackData;
    266268    return VINF_SUCCESS;
    267269}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette