VirtualBox

Changeset 77438 in vbox


Ignore:
Timestamp:
Feb 22, 2019 6:32:56 PM (6 years ago)
Author:
vboxsync
Message:

Main/src-server/win/NetIf-win.cpp: fix compile issue introduced in prev change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/NetIf-win.cpp

    r77437 r77438  
    13271327                    d->guid = guid;
    13281328                    d->iface = pIf;
    1329                     d->u.StaticIPV6.IPV6Address = RTStrDup(aIPV6Address);
     1329                    d->u.StaticIPV6.IPV6Address = RTStrDup(aIPV6Address.c_str());
    13301330                    d->u.StaticIPV6.IPV6NetMaskLength = aIPV6MaskPrefixLength;
    13311331
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