VirtualBox

Changeset 85947 in vbox


Ignore:
Timestamp:
Aug 28, 2020 10:41:14 PM (4 years ago)
Author:
vboxsync
Message:

Storage/VD.cpp: Remove duplicate argument validation in VDCreateBase and addressed a couple of todos. [scm fix] bugref:9224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VD.cpp

    r85944 r85947  
    62316231        /* sanity check */
    62326232        AssertPtrBreakStmt(pDisk, rc = VERR_INVALID_PARAMETER);
    6233         AssertMsgBreakStmt(pDisk->u32Signature == VDISK_SIGNATURE, ("u32Signature=%08x\n", pDisk->u32Signature), 
     6233        AssertMsgBreakStmt(pDisk->u32Signature == VDISK_SIGNATURE, ("u32Signature=%08x\n", pDisk->u32Signature),
    62346234                           rc = VERR_INVALID_MAGIC);
    62356235
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