Merge branch '2.3' into develop

This commit is contained in:
Johan Wikman
2019-05-14 13:36:54 +03:00
2 changed files with 19 additions and 0 deletions

View File

@ -214,6 +214,10 @@ GWBUF* gwbuf_clone(GWBUF* buf)
gwbuf_free(rval);
rval = NULL;
}
else
{
rval->tail = clonebuf;
}
}
return rval;