VirtualBox

Changeset 104479 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 2, 2024 11:51:54 AM (9 months ago)
Author:
vboxsync
Message:

Main/src-server/win/NetIf-win.cpp: Fix statement assigning the return value in AssertMsgFailedBreakStmt(), bugref:3409 [build fix]

File:
1 edited

Legend:

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

    r104477 r104479  
    925925            AssertMsgFailedBreakStmt(
    926926                ("Invalid message code %d (%08lX)\n", aMsgCode, aMsgCode),
    927                 rc = VERR_GENERAL_FAILURE);
     927                vrc = VERR_GENERAL_FAILURE);
    928928    }
    929929
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