Merge branch '2.3' into develop

This commit is contained in:
Markus Mäkelä
2019-02-13 13:35:07 +02:00
6 changed files with 112 additions and 25 deletions

View File

@ -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;