diff options
-rw-r--r-- | health/mcap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/health/mcap.c b/health/mcap.c index 81fd8df1a..48866d494 100644 --- a/health/mcap.c +++ b/health/mcap.c @@ -1126,6 +1126,7 @@ static void process_md_abort_mdl_req(struct mcap_mcl *mcl, void *cmd, req = cmd; mdl_id = ntohs(req->mdl); mcl->state = MCL_CONNECTED; + abrt = NULL; for (l = mcl->mdls; l; l = l->next) { mdl = l->data; if (mdl_id == mdl->mdlid && mdl->state == MDL_WAITING) { |