MXS-2470 Update tail pointer in gwbuf_clone
This commit is contained in:
parent
600e23ae2d
commit
01c4beec10
@ -215,6 +215,10 @@ GWBUF* gwbuf_clone(GWBUF* buf)
|
||||
gwbuf_free(rval);
|
||||
rval = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
rval->tail = clonebuf;
|
||||
}
|
||||
}
|
||||
|
||||
return rval;
|
||||
|
Loading…
x
Reference in New Issue
Block a user