VirtualBox

Changeset 107983 in vbox


Ignore:
Timestamp:
Jan 30, 2025 5:09:07 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167246
Message:

Devices/Network: Fix port forward fail causing vm crash in debug build. bugref:10268

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNATlibslirp.cpp

    r107847 r107983  
    974974         */
    975975        if (drvNATNotifyApplyPortForwardCommand(pThis, false /* fRemove */, fUDP, szHostIp, iHostPort, szGuestIp, iGuestPort) < 0)
    976             return PDMDrvHlpVMSetError(pThis->pDrvIns, VERR_NAT_REDIR_SETUP, RT_SRC_POS,
    977                                        N_("NAT#%d: configuration error: failed to set up redirection of %d to %d. "
    978                                           "Probably a conflict with existing services or other rules"),
    979                                        iInstance, iHostPort, iGuestPort);
     976            LogFlowFunc(("NAT#%d: configuration error: failed to set up redirection of %d to %d. "
     977                                          "Probably a conflict with existing services or other rules",
     978                                       iInstance, iHostPort, iGuestPort));
    980979    } /* for each redir rule */
    981980
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