Skip to content

Commit

Permalink
breaks linux
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 12, 2024
1 parent 09222b6 commit 1349897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iscsi-pdu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ bool iscsi_pdu_login_reply::set(const iscsi_pdu_login_request & reply_to)
"TargetPortalGroupTag=1",
"AuthMethod=None",
"ErrorRecoveryLevel=0",
"InitialR2T=Yes",
};
for(const auto & kv : kvs)
DOLOG(logging::ll_debug, "iscsi_pdu_login_reply::set", ses->get_endpoint_name(), "send KV \"%s\"", kv.c_str());
Expand All @@ -345,6 +344,7 @@ bool iscsi_pdu_login_reply::set(const iscsi_pdu_login_request & reply_to)
ses->get_data_digest () ? "DataDigest=CRC32C,None" : "DataDigest=None",
"DefaultTime2Wait=2",
"DefaultTime2Retain=20",
"InitialR2T=Yes",
};
for(const auto & kv : kvs)
DOLOG(logging::ll_debug, "iscsi_pdu_login_reply::set", ses->get_endpoint_name(), "send KV \"%s\"", kv.c_str());
Expand Down

0 comments on commit 1349897

Please sign in to comment.