fix: return directly after fallback mode

This commit is contained in:
haruband 2023-04-19 11:47:56 +09:00
parent 33bbf5bb0c
commit 4ed3393c06

View File

@ -216,6 +216,8 @@ func disconnectByNqn(nqn, hostnqn string) int {
}
}
}
return ret
}
} else {
ret++