The internal firmware state for this 'well known port' may
be out-of-sync after a link-flop, causing a follow-on
CT-request to be dropped due to the requestor not having
been 'logged in'. Correct the code by not passing the
'conditional' directive for the PLOGI request.
JIRA Key: V2632FC-232
return ret;
rval = ha->isp_ops->fabric_login(vha, vha->mgmt_svr_loop_id, 0xff, 0xff,
- 0xfa, mb, BIT_1|BIT_0);
+ 0xfa, mb, BIT_1);
if (rval != QLA_SUCCESS || mb[0] != MBS_COMMAND_COMPLETE) {
if (rval == QLA_MEMORY_ALLOC_FAILED)
ql_dbg(ql_dbg_disc, vha, 0x2085,