test-tool: remove a redundant semicolon

Signed-off-by: Li kunyu <kunyu@nfschina.com>
This commit is contained in:
Li kunyu
2022-10-08 14:06:34 +08:00
committed by Bart Van Assche
parent 51df0d0512
commit 6b520bee52

View File

@@ -90,7 +90,7 @@ chap_mod_strip_replace_queue(struct iscsi_context *iscsi, struct iscsi_pdu *pdu,
ret = test_iscsi_strip_tag(iscsi, pdu, "CHAP_A=");
if (ret == -ENOENT) {
logging(LOG_VERBOSE, "ignoring login PDU without CHAP_A");
goto out;;
goto out;
}
if (ret < 0) {
return ret;