Merge branch '2.3' into develop
This commit is contained in:
@ -179,6 +179,7 @@ static GWBUF* gwbuf_clone_one(GWBUF* buf)
|
||||
rval->end = buf->end;
|
||||
rval->gwbuf_type = buf->gwbuf_type;
|
||||
rval->tail = rval;
|
||||
rval->hint = hint_dup(buf->hint);
|
||||
rval->next = NULL;
|
||||
|
||||
return rval;
|
||||
|
Reference in New Issue
Block a user