test-tool: remove a redundant semicolon
Signed-off-by: Li kunyu <kunyu@nfschina.com>
This commit is contained in:
committed by
Bart Van Assche
parent
51df0d0512
commit
6b520bee52
@@ -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=");
|
ret = test_iscsi_strip_tag(iscsi, pdu, "CHAP_A=");
|
||||||
if (ret == -ENOENT) {
|
if (ret == -ENOENT) {
|
||||||
logging(LOG_VERBOSE, "ignoring login PDU without CHAP_A");
|
logging(LOG_VERBOSE, "ignoring login PDU without CHAP_A");
|
||||||
goto out;;
|
goto out;
|
||||||
}
|
}
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user