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