mirror of
https://github.com/schoebel/mars
synced 2025-01-02 12:22:20 +00:00
client: correct interface style
This commit is contained in:
parent
da720955e4
commit
fe62187072
@ -524,7 +524,8 @@ static int client_ref_get(struct client_output *output, struct mref_object *mref
|
||||
if (!mref_a)
|
||||
return -EILSEQ;
|
||||
|
||||
mref->ref_data = brick_block_alloc(mref->ref_pos, (mref_a->alloc_len = mref->ref_len));
|
||||
mref_a->alloc_len = mref->ref_len;
|
||||
mref->ref_data = brick_block_alloc(mref->ref_pos, mref->ref_len);
|
||||
mref_a->do_dealloc = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user