Merge pull request #410 from fengye87/patch-1
Fix error string typo in connectByNQNTransport
This commit is contained in:
commit
6c30c7ca50
|
|
@ -124,7 +124,7 @@ class NVMEoF {
|
|||
} catch (err) {
|
||||
if (
|
||||
err.stderr &&
|
||||
(err.stderr.includes("already connnected") ||
|
||||
(err.stderr.includes("already connected") ||
|
||||
err.stderr.includes("Operation already in progress"))
|
||||
) {
|
||||
// idempotent
|
||||
|
|
|
|||
Loading…
Reference in New Issue