nvmf/fc: Fix compilation issue in FC transport
Signed-off-by: Anil Veerabhadrappa <anil.veerabhadrappa@broadcom.com> Change-Id: Id23151f5bdbee3a253801a2f1d918e590c7470c2 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1313 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
19453e5b6c
commit
fb24bf65c6
@ -2976,7 +2976,7 @@ nvmf_fc_adm_listen_done(void *cb_arg, int status)
|
||||
struct nvmf_fc_add_rem_listener_ctx *ctx = cb_arg;
|
||||
|
||||
if (spdk_nvmf_subsystem_resume(ctx->subsystem, nvmf_fc_adm_subsystem_resume_cb, ctx)) {
|
||||
SPDK_ERRLOG("Failed to resume subsystem: %s\n", subsystem->subnqn);
|
||||
SPDK_ERRLOG("Failed to resume subsystem: %s\n", ctx->subsystem->subnqn);
|
||||
free(ctx);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user