VirtualBox

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

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

File:
1 edited

Legend:

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

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