VirtualBox

Changeset 74107 in vbox for trunk/src/VBox/Storage/ISCSI.cpp


Ignore:
Timestamp:
Sep 6, 2018 9:45:31 AM (6 years ago)
Author:
vboxsync
Message:

Storage/iSCSI: Fix login to COMSTAR iSCSI targets. The NSG field in the Login response is only valid if the transit bit is set according to RFC3720 chapter 10.12.3 (public bug #17507)

File:
1 edited

Legend:

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

    r73097 r74107  
    16121612                                    break;
    16131613                                }
    1614                                 else if (targetCSG == 1 && targetNSG == 1 && !targetTransit)
     1614                                else if (targetCSG == 1 && (targetNSG == 1 || !targetTransit))
    16151615                                {
    16161616                                    /* Target wants to negotiate certain parameters and
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