Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
pykello committed Jan 24, 2024
1 parent 095f0d9 commit ebda1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bdev_ubi_rpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void rpc_bdev_ubi_create(struct spdk_jsonrpc_request *request,
SPDK_DEBUGLOG(bdev_ubi, "spdk_json_decode_object failed\n");
spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR,
"spdk_json_decode_object failed");
goto cleanup;
goto cleanup;
}

opts.name = req.name;
Expand Down

0 comments on commit ebda1da

Please sign in to comment.