VirtualBox

Changeset 31617 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 12, 2010 6:16:53 PM (14 years ago)
Author:
vboxsync
Message:

Missing else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp

    r31616 r31617  
    33063306                if (rc == VERR_BROKEN_PIPE)
    33073307                    iscsiReattach(pImage);
    3308                 if (RT_FAILURE(rc))
     3308                else if (RT_FAILURE(rc))
    33093309                    LogRel(("iSCSI: Handling incoming request failed %Rrc\n", rc));
    33103310            }
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